#0F2795

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

Shades of Egyptian Blue #0F2795

Tints of Egyptian Blue #0F2795

Color information

#0F2795 (or 0x0F2795) is unknown color: approx Egyptian Blue. HEX triplet: 0F, 27 and 95. RGB value is (15,39,149). Sum of RGB (Red+Green+Blue) = 15+39+149=203 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.39% from 203); Green value is 39 (15.62% from 255 or 19.21% from 203); Blue value is 149 (58.59% from 255 or 73.40% from 203); Max value from RGB is 149 - color contains mainly: blue. Hex color #0F2795 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F2795 is #F0D86A. Grayscale: #2B2B2B. Windows color (decimal): -15784043 or 9774863. OLE color: 9774863.

HSL color Cylindrical-coordinate representation of color #0F2795: hue angle of 229.25º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F2795 is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1539149-
CMYK0.900.7400.42
HSL229.25º81.71%32.16%-
HSV(B)229.25º89.93%58.43%-
XYZ6.353.7228.82-
YUV44.36187.05107.06-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.39%
GREEN value IS 39 (15.62% from 255) = 19.21%
BLUE value IS 149 (58.59% from 255) = 73.40%
R=7.39%
G=19.21%
B=73.40%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal15391490.900.7400.42229.2581.7132.16
HexF27955A4A02Ae55220
Octal174722513211205234512240
Binary111110011110010101101101010010100101010111001011010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,39,149); }

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

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

 a { background-color: rgb(15,39,149); }

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

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

 span { border-color: rgb(15,39,149); }

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