#0D33BC

Color #0D33BC Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #0D33BC

Tints of Persian Blue #0D33BC

Color information

#0D33BC (or 0x0D33BC) is unknown color: approx Persian Blue. HEX triplet: 0D, 33 and BC. RGB value is (13,51,188). Sum of RGB (Red+Green+Blue) = 13+51+188=252 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.16% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 188 (73.83% from 255 or 74.60% from 252); Max value from RGB is 188 - color contains mainly: blue. Hex color #0D33BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D33BC is #F2CC43. Grayscale: #363636. Windows color (decimal): -15912004 or 12333837. OLE color: 12333837.

HSL color Cylindrical-coordinate representation of color #0D33BC: hue angle of 226.97º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D33BC is Cyan = 0.93, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1351188-
CMYK0.930.7300.26
HSL226.97º87.06%39.41%-
HSV(B)226.97º93.09%73.73%-
XYZ10.436.0848.2-
YUV55.26202.9197.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 13 (5.47% from 255) = 5.16%
GREEN value IS 51 (20.31% from 255) = 20.24%
BLUE value IS 188 (73.83% from 255) = 74.60%
R=5.16%
G=20.24%
B=74.60%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal13511880.930.7300.26226.9787.0639.41
HexD33BC5D4901Ae35727
Octal156327413511103234312747
Binary11011100111011110010111011001001011010111000111010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D33BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D33BC; }

 p { color: rgb(13,51,188); }

 H1.HeaderClassName
 {
   color: #0D33BC;
 }
 .AnyTagClassName
 {
   color: #0D33BC;
 }
</style>
background-color css

<style>
 a { background-color: #0D33BC; }

 a { background-color: rgb(13,51,188); }

 div.DivClassName
 {
   background-color: #0D33BC;
 }
 .BgClassName
 {
   background-color: #0D33BC;
 }
</style>
border-color css

<style>
 span { border-color: #0D33BC; }

 span { border-color: rgb(13,51,188); }

 td.TdClassName
 {
   border-color: #0D33BC;
 }
 .TagClassName
 {
   border-color: #0D33BC;
 }
</style>