#0F3AA8

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

Shades of Egyptian Blue #0F3AA8

Tints of Egyptian Blue #0F3AA8

Color information

#0F3AA8 (or 0x0F3AA8) is unknown color: approx Egyptian Blue. HEX triplet: 0F, 3A and A8. RGB value is (15,58,168). Sum of RGB (Red+Green+Blue) = 15+58+168=241 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.22% from 241); Green value is 58 (23.05% from 255 or 24.07% from 241); Blue value is 168 (66.02% from 255 or 69.71% from 241); Max value from RGB is 168 - color contains mainly: blue. Hex color #0F3AA8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F3AA8 is #F0C557. Grayscale: #393939. Windows color (decimal): -15779160 or 11024911. OLE color: 11024911.

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

Color convert

RGB1558168-
CMYK0.910.6500.34
HSL223.14º83.61%35.88%-
HSV(B)223.14º91.07%65.88%-
XYZ8.785.9537.73-
YUV57.68190.2597.56-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.22%
GREEN value IS 58 (23.05% from 255) = 24.07%
BLUE value IS 168 (66.02% from 255) = 69.71%
R=6.22%
G=24.07%
B=69.71%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal15581680.910.6500.34223.1483.6135.88
HexF3AA85B41022df5424
Octal177225013310104233712444
Binary111111101010101000101101110000010100010110111111010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,58,168); }

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

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

 a { background-color: rgb(15,58,168); }

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

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

 span { border-color: rgb(15,58,168); }

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