#0F2195

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

Shades of Egyptian Blue #0F2195

Tints of Egyptian Blue #0F2195

Color information

#0F2195 (or 0x0F2195) is unknown color: approx Egyptian Blue. HEX triplet: 0F, 21 and 95. RGB value is (15,33,149). Sum of RGB (Red+Green+Blue) = 15+33+149=197 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.61% from 197); Green value is 33 (13.28% from 255 or 16.75% from 197); Blue value is 149 (58.59% from 255 or 75.63% from 197); Max value from RGB is 149 - color contains mainly: blue. Hex color #0F2195 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F2195 is #F0DE6A. Grayscale: #282828. Windows color (decimal): -15785579 or 9773327. OLE color: 9773327.

HSL color Cylindrical-coordinate representation of color #0F2195: hue angle of 231.94º 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 #0F2195 is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1533149-
CMYK0.900.7800.42
HSL231.94º81.71%32.16%-
HSV(B)231.94º89.93%58.43%-
XYZ6.173.3628.76-
YUV40.84189.04109.57-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.61%
GREEN value IS 33 (13.28% from 255) = 16.75%
BLUE value IS 149 (58.59% from 255) = 75.63%
R=7.61%
G=16.75%
B=75.63%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal15331490.900.7800.42231.9481.7132.16
HexF21955A4E02Ae85220
Octal174122513211605235012240
Binary111110000110010101101101010011100101010111010001010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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