#0F1BA4

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

Shades of Egyptian Blue #0F1BA4

Tints of Egyptian Blue #0F1BA4

Color information

#0F1BA4 (or 0x0F1BA4) is unknown color: approx Egyptian Blue. HEX triplet: 0F, 1B and A4. RGB value is (15,27,164). Sum of RGB (Red+Green+Blue) = 15+27+164=206 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.28% from 206); Green value is 27 (10.94% from 255 or 13.11% from 206); Blue value is 164 (64.45% from 255 or 79.61% from 206); Max value from RGB is 164 - color contains mainly: blue. Hex color #0F1BA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F1BA4 is #F0E45B. Grayscale: #262626. Windows color (decimal): -15787100 or 10754831. OLE color: 10754831.

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

Color convert

RGB1527164-
CMYK0.910.8400.36
HSL235.17º83.24%35.1%-
HSV(B)235.17º90.85%64.31%-
XYZ7.293.5735.43-
YUV39.03198.52110.86-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.28%
GREEN value IS 27 (10.94% from 255) = 13.11%
BLUE value IS 164 (64.45% from 255) = 79.61%
R=7.28%
G=13.11%
B=79.61%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal15271640.910.8400.36235.1783.2435.1
HexF1BA45B54024eb5323
Octal173324413312404435312343
Binary11111101110100100101101110101000100100111010111010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,27,164); }

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

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

 a { background-color: rgb(15,27,164); }

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

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

 span { border-color: rgb(15,27,164); }

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