#0B36BF

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

Shades of Persian Blue #0B36BF

Tints of Persian Blue #0B36BF

Color information

#0B36BF (or 0x0B36BF) is unknown color: approx Persian Blue. HEX triplet: 0B, 36 and BF. RGB value is (11,54,191). Sum of RGB (Red+Green+Blue) = 11+54+191=256 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.30% from 256); Green value is 54 (21.48% from 255 or 21.09% from 256); Blue value is 191 (75% from 255 or 74.61% from 256); Max value from RGB is 191 - color contains mainly: blue. Hex color #0B36BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B36BF is #F4C940. Grayscale: #383838. Windows color (decimal): -16042305 or 12531211. OLE color: 12531211.

HSL color Cylindrical-coordinate representation of color #0B36BF: hue angle of 225.67º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B36BF is Cyan = 0.94, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1154191-
CMYK0.940.7200.25
HSL225.67º89.11%39.61%-
HSV(B)225.67º94.24%74.9%-
XYZ10.866.4749.97-
YUV56.76203.7595.36-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.30%
GREEN value IS 54 (21.48% from 255) = 21.09%
BLUE value IS 191 (75% from 255) = 74.61%
R=4.30%
G=21.09%
B=74.61%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal11541910.940.7200.25225.6789.1139.61
HexB36BF5E48019e25928
Octal136627713611003134213150
Binary10111101101011111110111101001000011001111000101011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B36BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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