#0b36b5

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

Shades of Egyptian Blue #0B36B5

Tints of Egyptian Blue #0B36B5

Color information

#0B36B5 (or 0x0B36B5) is unknown color: approx Egyptian Blue. HEX triplet: 0B, 36 and B5. RGB value is (11,54,181). Sum of RGB (Red+Green+Blue) = 11+54+181=246 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.47% from 246); Green value is 54 (21.48% from 255 or 21.95% from 246); Blue value is 181 (71.09% from 255 or 73.58% from 246); Max value from RGB is 181 - color contains mainly: blue. Hex color #0B36B5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B36B5 is #F4C94A. Grayscale: #373737. Windows color (decimal): -16042315 or 11875851. OLE color: 11875851.

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

Color convert

RGB1154181-
CMYK0.940.7000.29
HSL224.82º88.54%37.65%-
HSV(B)224.82º93.92%70.98%-
XYZ9.86.0544.37-
YUV55.62198.7596.17-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.47%
GREEN value IS 54 (21.48% from 255) = 21.95%
BLUE value IS 181 (71.09% from 255) = 73.58%
R=4.47%
G=21.95%
B=73.58%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal11541810.940.7000.29224.8288.5437.65
HexB36B55E4601De15926
Octal136626513610603534113146
Binary10111101101011010110111101000110011101111000011011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0b36b5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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