#0F2BAF

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

Shades of Egyptian Blue #0F2BAF

Tints of Egyptian Blue #0F2BAF

Color information

#0F2BAF (or 0x0F2BAF) is unknown color: approx Egyptian Blue. HEX triplet: 0F, 2B and AF. RGB value is (15,43,175). Sum of RGB (Red+Green+Blue) = 15+43+175=233 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.44% from 233); Green value is 43 (17.19% from 255 or 18.45% from 233); Blue value is 175 (68.75% from 255 or 75.11% from 233); Max value from RGB is 175 - color contains mainly: blue. Hex color #0F2BAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F2BAF is #F0D450. Grayscale: #313131. Windows color (decimal): -15782993 or 11479823. OLE color: 11479823.

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

Color convert

RGB1543175-
CMYK0.910.7500.31
HSL229.5º84.21%37.25%-
HSV(B)229.5º91.43%68.63%-
XYZ8.84.9241.04-
YUV49.68198.72103.27-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.44%
GREEN value IS 43 (17.19% from 255) = 18.45%
BLUE value IS 175 (68.75% from 255) = 75.11%
R=6.44%
G=18.45%
B=75.11%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal15431750.910.7500.31229.584.2137.25
HexF2BAF5B4B01Fe65425
Octal175325713311303734612445
Binary11111010111010111110110111001011011111111001101010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,43,175); }

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

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

 a { background-color: rgb(15,43,175); }

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

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

 span { border-color: rgb(15,43,175); }

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