#0F2D9C

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

Shades of Egyptian Blue #0F2D9C

Tints of Egyptian Blue #0F2D9C

Color information

#0F2D9C (or 0x0F2D9C) is unknown color: approx Egyptian Blue. HEX triplet: 0F, 2D and 9C. RGB value is (15,45,156). Sum of RGB (Red+Green+Blue) = 15+45+156=216 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.94% from 216); Green value is 45 (17.97% from 255 or 20.83% from 216); Blue value is 156 (61.33% from 255 or 72.22% from 216); Max value from RGB is 156 - color contains mainly: blue. Hex color #0F2D9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F2D9C is #F0D263. Grayscale: #303030. Windows color (decimal): -15782500 or 10235151. OLE color: 10235151.

HSL color Cylindrical-coordinate representation of color #0F2D9C: hue angle of 227.23º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F2D9C is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1545156-
CMYK0.900.7100.39
HSL227.23º82.46%33.53%-
HSV(B)227.23º90.38%61.18%-
XYZ7.144.3831.92-
YUV48.68188.56103.97-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.94%
GREEN value IS 45 (17.97% from 255) = 20.83%
BLUE value IS 156 (61.33% from 255) = 72.22%
R=6.94%
G=20.83%
B=72.22%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15451560.900.7100.39227.2382.4633.53
HexF2D9C5A47027e35222
Octal175523413210704734312242
Binary111110110110011100101101010001110100111111000111010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,45,156); }

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

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

 a { background-color: rgb(15,45,156); }

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

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

 span { border-color: rgb(15,45,156); }

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