#0F229A

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

Shades of Egyptian Blue #0F229A

Tints of Egyptian Blue #0F229A

Color information

#0F229A (or 0x0F229A) is unknown color: approx Egyptian Blue. HEX triplet: 0F, 22 and 9A. RGB value is (15,34,154). Sum of RGB (Red+Green+Blue) = 15+34+154=203 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.39% from 203); Green value is 34 (13.67% from 255 or 16.75% from 203); Blue value is 154 (60.55% from 255 or 75.86% from 203); Max value from RGB is 154 - color contains mainly: blue. Hex color #0F229A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F229A is #F0DD65. Grayscale: #292929. Windows color (decimal): -15785318 or 10101263. OLE color: 10101263.

HSL color Cylindrical-coordinate representation of color #0F229A: hue angle of 231.8º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F229A is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1534154-
CMYK0.900.7800.40
HSL231.8º82.25%33.14%-
HSV(B)231.8º90.26%60.39%-
XYZ6.63.5830.91-
YUV42191.21108.74-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.39%
GREEN value IS 34 (13.67% from 255) = 16.75%
BLUE value IS 154 (60.55% from 255) = 75.86%
R=7.39%
G=16.75%
B=75.86%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15341540.900.7800.40231.882.2533.14
HexF229A5A4E028e85221
Octal174223213211605035012241
Binary111110001010011010101101010011100101000111010001010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F229A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,34,154); }

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

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

 a { background-color: rgb(15,34,154); }

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

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

 span { border-color: rgb(15,34,154); }

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