#0B36DF

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

Shades of Persian Blue #0B36DF

Tints of Persian Blue #0B36DF

Color information

#0B36DF (or 0x0B36DF) is unknown color: approx Persian Blue. HEX triplet: 0B, 36 and DF. RGB value is (11,54,223). Sum of RGB (Red+Green+Blue) = 11+54+223=288 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.82% from 288); Green value is 54 (21.48% from 255 or 18.75% from 288); Blue value is 223 (87.5% from 255 or 77.43% from 288); Max value from RGB is 223 - color contains mainly: blue. Hex color #0B36DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B36DF is #F4C920. Grayscale: #3B3B3B. Windows color (decimal): -16042273 or 14628363. OLE color: 14628363.

HSL color Cylindrical-coordinate representation of color #0B36DF: hue angle of 227.83º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B36DF is Cyan = 0.95, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1154223-
CMYK0.950.7600.13
HSL227.83º90.6%45.88%-
HSV(B)227.83º95.07%87.45%-
XYZ14.788.0470.58-
YUV60.41219.7592.76-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.82%
GREEN value IS 54 (21.48% from 255) = 18.75%
BLUE value IS 223 (87.5% from 255) = 77.43%
R=3.82%
G=18.75%
B=77.43%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal11542230.950.7600.13227.8390.645.88
HexB36DF5F4C0De45b2e
Octal136633713711401534413356
Binary1011110110110111111011111100110001101111001001011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B36DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,54,223); }

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

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

 a { background-color: rgb(11,54,223); }

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

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

 span { border-color: rgb(11,54,223); }

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