#0F39AA

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

Shades of Egyptian Blue #0F39AA

Tints of Egyptian Blue #0F39AA

Color information

#0F39AA (or 0x0F39AA) is unknown color: approx Egyptian Blue. HEX triplet: 0F, 39 and AA. RGB value is (15,57,170). Sum of RGB (Red+Green+Blue) = 15+57+170=242 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.20% from 242); Green value is 57 (22.66% from 255 or 23.55% from 242); Blue value is 170 (66.80% from 255 or 70.25% from 242); Max value from RGB is 170 - color contains mainly: blue. Hex color #0F39AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F39AA is #F0C655. Grayscale: #383838. Windows color (decimal): -15779414 or 11155727. OLE color: 11155727.

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

Color convert

RGB1557170-
CMYK0.910.6600.33
HSL223.74º83.78%36.27%-
HSV(B)223.74º91.18%66.67%-
XYZ8.925.9338.7-
YUV57.32191.5997.81-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.20%
GREEN value IS 57 (22.66% from 255) = 23.55%
BLUE value IS 170 (66.80% from 255) = 70.25%
R=6.20%
G=23.55%
B=70.25%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal15571700.910.6600.33223.7483.7836.27
HexF39AA5B42021e05424
Octal177125213310204134012444
Binary111111100110101010101101110000100100001111000001010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F39AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,57,170); }

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

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

 a { background-color: rgb(15,57,170); }

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

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

 span { border-color: rgb(15,57,170); }

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