#0f3e9b

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

Shades of Egyptian Blue #0F3E9B

Tints of Egyptian Blue #0F3E9B

Color information

#0F3E9B (or 0x0F3E9B) is unknown color: approx Egyptian Blue. HEX triplet: 0F, 3E and 9B. RGB value is (15,62,155). Sum of RGB (Red+Green+Blue) = 15+62+155=232 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.47% from 232); Green value is 62 (24.61% from 255 or 26.72% from 232); Blue value is 155 (60.94% from 255 or 66.81% from 232); Max value from RGB is 155 - color contains mainly: blue. Hex color #0F3E9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F3E9B is #F0C164. Grayscale: #3A3A3A. Windows color (decimal): -15778149 or 10173967. OLE color: 10173967.

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

Color convert

RGB1562155-
CMYK0.900.600.39
HSL219.86º82.35%33.33%-
HSV(B)219.86º90.32%60.78%-
XYZ7.845.9131.74-
YUV58.55182.4396.94-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.47%
GREEN value IS 62 (24.61% from 255) = 26.72%
BLUE value IS 155 (60.94% from 255) = 66.81%
R=6.47%
G=26.72%
B=66.81%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15621550.900.600.39219.8682.3533.33
HexF3E9B5A3C027dc5221
Octal17762331327404733412241
Binary11111111101001101110110101111000100111110111001010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f3e9b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,62,155); }

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

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

 a { background-color: rgb(15,62,155); }

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

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

 span { border-color: rgb(15,62,155); }

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