#0F2FA3

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

Shades of Egyptian Blue #0F2FA3

Tints of Egyptian Blue #0F2FA3

Color information

#0F2FA3 (or 0x0F2FA3) is unknown color: approx Egyptian Blue. HEX triplet: 0F, 2F and A3. RGB value is (15,47,163). Sum of RGB (Red+Green+Blue) = 15+47+163=225 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.67% from 225); Green value is 47 (18.75% from 255 or 20.89% from 225); Blue value is 163 (64.06% from 255 or 72.44% from 225); Max value from RGB is 163 - color contains mainly: blue. Hex color #0F2FA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F2FA3 is #F0D05C. Grayscale: #323232. Windows color (decimal): -15781981 or 10694415. OLE color: 10694415.

HSL color Cylindrical-coordinate representation of color #0F2FA3: hue angle of 227.03º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F2FA3 is Cyan = 0.91, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB1547163-
CMYK0.910.7100.36
HSL227.03º83.15%34.9%-
HSV(B)227.03º90.8%63.92%-
XYZ7.824.7835.16-
YUV50.66191.4102.57-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.67%
GREEN value IS 47 (18.75% from 255) = 20.89%
BLUE value IS 163 (64.06% from 255) = 72.44%
R=6.67%
G=20.89%
B=72.44%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal15471630.910.7100.36227.0383.1534.9
HexF2FA35B47024e35323
Octal175724313310704434312343
Binary111110111110100011101101110001110100100111000111010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,47,163); }

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

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

 a { background-color: rgb(15,47,163); }

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

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

 span { border-color: rgb(15,47,163); }

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