#0F36AB

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

Shades of Egyptian Blue #0F36AB

Tints of Egyptian Blue #0F36AB

Color information

#0F36AB (or 0x0F36AB) is unknown color: approx Egyptian Blue. HEX triplet: 0F, 36 and AB. RGB value is (15,54,171). Sum of RGB (Red+Green+Blue) = 15+54+171=240 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.25% from 240); Green value is 54 (21.48% from 255 or 22.5% from 240); Blue value is 171 (67.19% from 255 or 71.25% from 240); Max value from RGB is 171 - color contains mainly: blue. Hex color #0F36AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F36AB is #F0C954. Grayscale: #373737. Windows color (decimal): -15780181 or 11220495. OLE color: 11220495.

HSL color Cylindrical-coordinate representation of color #0F36AB: hue angle of 225º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F36AB is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1554171-
CMYK0.910.6800.33
HSL225º83.87%36.47%-
HSV(B)225º91.23%67.06%-
XYZ8.875.6839.16-
YUV55.68193.0898.99-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.25%
GREEN value IS 54 (21.48% from 255) = 22.5%
BLUE value IS 171 (67.19% from 255) = 71.25%
R=6.25%
G=22.5%
B=71.25%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal15541710.910.6800.3322583.8736.47
HexF36AB5B44021e15424
Octal176625313310404134112444
Binary111111011010101011101101110001000100001111000011010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F36AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,54,171); }

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

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

 a { background-color: rgb(15,54,171); }

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

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

 span { border-color: rgb(15,54,171); }

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