#0F40AE

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

Shades of Egyptian Blue #0F40AE

Tints of Egyptian Blue #0F40AE

Color information

#0F40AE (or 0x0F40AE) is unknown color: approx Egyptian Blue. HEX triplet: 0F, 40 and AE. RGB value is (15,64,174). Sum of RGB (Red+Green+Blue) = 15+64+174=253 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.93% from 253); Green value is 64 (25.39% from 255 or 25.30% from 253); Blue value is 174 (68.36% from 255 or 68.77% from 253); Max value from RGB is 174 - color contains mainly: blue. Hex color #0F40AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F40AE is #F0BF51. Grayscale: #3D3D3D. Windows color (decimal): -15777618 or 11419663. OLE color: 11419663.

HSL color Cylindrical-coordinate representation of color #0F40AE: hue angle of 221.51º 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 #0F40AE is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1564174-
CMYK0.910.6300.32
HSL221.51º84.13%37.06%-
HSV(B)221.51º91.38%68.24%-
XYZ9.676.8240.85-
YUV61.89191.2794.56-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.93%
GREEN value IS 64 (25.39% from 255) = 25.30%
BLUE value IS 174 (68.36% from 255) = 68.77%
R=5.93%
G=25.30%
B=68.77%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal15641740.910.6300.32221.5184.1337.06
HexF40AE5B3F020de5425
Octal171002561337704033612445
Binary111110000001010111010110111111110100000110111101010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F40AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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