#0F28AD

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

Shades of Egyptian Blue #0F28AD

Tints of Egyptian Blue #0F28AD

Color information

#0F28AD (or 0x0F28AD) is unknown color: approx Egyptian Blue. HEX triplet: 0F, 28 and AD. RGB value is (15,40,173). Sum of RGB (Red+Green+Blue) = 15+40+173=228 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.58% from 228); Green value is 40 (16.02% from 255 or 17.54% from 228); Blue value is 173 (67.97% from 255 or 75.88% from 228); Max value from RGB is 173 - color contains mainly: blue. Hex color #0F28AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F28AD is #F0D752. Grayscale: #2F2F2F. Windows color (decimal): -15783763 or 11347983. OLE color: 11347983.

HSL color Cylindrical-coordinate representation of color #0F28AD: hue angle of 230.51º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F28AD is Cyan = 0.91, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1540173-
CMYK0.910.7700.32
HSL230.51º84.04%36.86%-
HSV(B)230.51º91.33%67.84%-
XYZ8.54.6439.98-
YUV47.69198.72104.69-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.58%
GREEN value IS 40 (16.02% from 255) = 17.54%
BLUE value IS 173 (67.97% from 255) = 75.88%
R=6.58%
G=17.54%
B=75.88%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal15401730.910.7700.32230.5184.0436.86
HexF28AD5B4D020e75425
Octal175025513311504034712445
Binary111110100010101101101101110011010100000111001111010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F28AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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