#0F28AA

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

Shades of Egyptian Blue #0F28AA

Tints of Egyptian Blue #0F28AA

Color information

#0F28AA (or 0x0F28AA) is unknown color: approx Egyptian Blue. HEX triplet: 0F, 28 and AA. RGB value is (15,40,170). Sum of RGB (Red+Green+Blue) = 15+40+170=225 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.67% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 170 (66.80% from 255 or 75.56% from 225); Max value from RGB is 170 - color contains mainly: blue. Hex color #0F28AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F28AA is #F0D755. Grayscale: #2E2E2E. Windows color (decimal): -15783766 or 11151375. OLE color: 11151375.

HSL color Cylindrical-coordinate representation of color #0F28AA: hue angle of 230.32º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F28AA is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1540170-
CMYK0.910.7600.33
HSL230.32º83.78%36.27%-
HSV(B)230.32º91.18%66.67%-
XYZ8.214.5238.47-
YUV47.34197.22104.93-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.67%
GREEN value IS 40 (16.02% from 255) = 17.78%
BLUE value IS 170 (66.80% from 255) = 75.56%
R=6.67%
G=17.78%
B=75.56%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal15401700.910.7600.33230.3283.7836.27
HexF28AA5B4C021e65424
Octal175025213311404134612444
Binary111110100010101010101101110011000100001111001101010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F28AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,40,170); }

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

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

 a { background-color: rgb(15,40,170); }

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

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

 span { border-color: rgb(15,40,170); }

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