#0F36AE

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

Shades of Egyptian Blue #0F36AE

Tints of Egyptian Blue #0F36AE

Color information

#0F36AE (or 0x0F36AE) is unknown color: approx Egyptian Blue. HEX triplet: 0F, 36 and AE. RGB value is (15,54,174). Sum of RGB (Red+Green+Blue) = 15+54+174=243 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.17% from 243); Green value is 54 (21.48% from 255 or 22.22% from 243); Blue value is 174 (68.36% from 255 or 71.60% from 243); Max value from RGB is 174 - color contains mainly: blue. Hex color #0F36AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F36AE is #F0C951. Grayscale: #373737. Windows color (decimal): -15780178 or 11417103. OLE color: 11417103.

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

Color convert

RGB1554174-
CMYK0.910.6900.32
HSL225.28º84.13%37.06%-
HSV(B)225.28º91.38%68.24%-
XYZ9.165.840.68-
YUV56.02194.5898.74-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.17%
GREEN value IS 54 (21.48% from 255) = 22.22%
BLUE value IS 174 (68.36% from 255) = 71.60%
R=6.17%
G=22.22%
B=71.60%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal15541740.910.6900.32225.2884.1337.06
HexF36AE5B45020e15425
Octal176625613310504034112445
Binary111111011010101110101101110001010100000111000011010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F36AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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