#0F3A98

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

Shades of Egyptian Blue #0F3A98

Tints of Egyptian Blue #0F3A98

Color information

#0F3A98 (or 0x0F3A98) is unknown color: approx Egyptian Blue. HEX triplet: 0F, 3A and 98. RGB value is (15,58,152). Sum of RGB (Red+Green+Blue) = 15+58+152=225 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.67% from 225); Green value is 58 (23.05% from 255 or 25.78% from 225); Blue value is 152 (59.77% from 255 or 67.56% from 225); Max value from RGB is 152 - color contains mainly: blue. Hex color #0F3A98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F3A98 is #F0C567. Grayscale: #373737. Windows color (decimal): -15779176 or 9976335. OLE color: 9976335.

HSL color Cylindrical-coordinate representation of color #0F3A98: hue angle of 221.17º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F3A98 is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1558152-
CMYK0.900.6200.40
HSL221.17º82.04%32.75%-
HSV(B)221.17º90.13%59.61%-
XYZ7.385.3930.36-
YUV55.86182.2598.86-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.67%
GREEN value IS 58 (23.05% from 255) = 25.78%
BLUE value IS 152 (59.77% from 255) = 67.56%
R=6.67%
G=25.78%
B=67.56%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15581520.900.6200.40221.1782.0432.75
HexF3A985A3E028dd5221
Octal17722301327605033512241
Binary11111110101001100010110101111100101000110111011010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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