#0F28AB

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

Shades of Egyptian Blue #0F28AB

Tints of Egyptian Blue #0F28AB

Color information

#0F28AB (or 0x0F28AB) is unknown color: approx Egyptian Blue. HEX triplet: 0F, 28 and AB. RGB value is (15,40,171). Sum of RGB (Red+Green+Blue) = 15+40+171=226 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.64% from 226); Green value is 40 (16.02% from 255 or 17.70% from 226); Blue value is 171 (67.19% from 255 or 75.66% from 226); Max value from RGB is 171 - color contains mainly: blue. Hex color #0F28AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F28AB is #F0D754. Grayscale: #2E2E2E. Windows color (decimal): -15783765 or 11216911. OLE color: 11216911.

HSL color Cylindrical-coordinate representation of color #0F28AB: hue angle of 230.38º 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 #0F28AB is Cyan = 0.91, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1540171-
CMYK0.910.7700.33
HSL230.38º83.87%36.47%-
HSV(B)230.38º91.23%67.06%-
XYZ8.314.5638.97-
YUV47.46197.72104.85-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.64%
GREEN value IS 40 (16.02% from 255) = 17.70%
BLUE value IS 171 (67.19% from 255) = 75.66%
R=6.64%
G=17.70%
B=75.66%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal15401710.910.7700.33230.3883.8736.47
HexF28AB5B4D021e65424
Octal175025313311504134612444
Binary111110100010101011101101110011010100001111001101010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F28AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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