#0F2AAA

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

Shades of Egyptian Blue #0F2AAA

Tints of Egyptian Blue #0F2AAA

Color information

#0F2AAA (or 0x0F2AAA) is unknown color: approx Egyptian Blue. HEX triplet: 0F, 2A and AA. RGB value is (15,42,170). Sum of RGB (Red+Green+Blue) = 15+42+170=227 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.61% from 227); Green value is 42 (16.80% from 255 or 18.50% from 227); Blue value is 170 (66.80% from 255 or 74.89% from 227); Max value from RGB is 170 - color contains mainly: blue. Hex color #0F2AAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F2AAA is #F0D555. Grayscale: #2F2F2F. Windows color (decimal): -15783254 or 11151887. OLE color: 11151887.

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

Color convert

RGB1542170-
CMYK0.910.7500.33
HSL229.55º83.78%36.27%-
HSV(B)229.55º91.18%66.67%-
XYZ8.284.6638.49-
YUV48.52196.55104.09-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.61%
GREEN value IS 42 (16.80% from 255) = 18.50%
BLUE value IS 170 (66.80% from 255) = 74.89%
R=6.61%
G=18.50%
B=74.89%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal15421700.910.7500.33229.5583.7836.27
HexF2AAA5B4B021e65424
Octal175225213311304134612444
Binary111110101010101010101101110010110100001111001101010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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