#0F3AA4

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

Shades of Egyptian Blue #0F3AA4

Tints of Egyptian Blue #0F3AA4

Color information

#0F3AA4 (or 0x0F3AA4) is unknown color: approx Egyptian Blue. HEX triplet: 0F, 3A and A4. RGB value is (15,58,164). Sum of RGB (Red+Green+Blue) = 15+58+164=237 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.33% from 237); Green value is 58 (23.05% from 255 or 24.47% from 237); Blue value is 164 (64.45% from 255 or 69.20% from 237); Max value from RGB is 164 - color contains mainly: blue. Hex color #0F3AA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F3AA4 is #F0C55B. Grayscale: #383838. Windows color (decimal): -15779164 or 10762767. OLE color: 10762767.

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

Color convert

RGB1558164-
CMYK0.910.6500.36
HSL222.68º83.24%35.1%-
HSV(B)222.68º90.85%64.31%-
XYZ8.415.8135.8-
YUV57.23188.2597.88-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.33%
GREEN value IS 58 (23.05% from 255) = 24.47%
BLUE value IS 164 (64.45% from 255) = 69.20%
R=6.33%
G=24.47%
B=69.20%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal15581640.910.6500.36222.6883.2435.1
HexF3AA45B41024df5323
Octal177224413310104433712343
Binary111111101010100100101101110000010100100110111111010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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