#0B36BD

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

Shades of Persian Blue #0B36BD

Tints of Persian Blue #0B36BD

Color information

#0B36BD (or 0x0B36BD) is unknown color: approx Persian Blue. HEX triplet: 0B, 36 and BD. RGB value is (11,54,189). Sum of RGB (Red+Green+Blue) = 11+54+189=254 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.33% from 254); Green value is 54 (21.48% from 255 or 21.26% from 254); Blue value is 189 (74.22% from 255 or 74.41% from 254); Max value from RGB is 189 - color contains mainly: blue. Hex color #0B36BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B36BD is #F4C942. Grayscale: #373737. Windows color (decimal): -16042307 or 12400139. OLE color: 12400139.

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

Color convert

RGB1154189-
CMYK0.940.7100.26
HSL225.51º89%39.22%-
HSV(B)225.51º94.18%74.12%-
XYZ10.646.3848.82-
YUV56.53202.7595.52-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.33%
GREEN value IS 54 (21.48% from 255) = 21.26%
BLUE value IS 189 (74.22% from 255) = 74.41%
R=4.33%
G=21.26%
B=74.41%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal11541890.940.7100.26225.518939.22
HexB36BD5E4701Ae25927
Octal136627513610703234213147
Binary10111101101011110110111101000111011010111000101011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B36BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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