#0F37AB

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

Shades of Egyptian Blue #0F37AB

Tints of Egyptian Blue #0F37AB

Color information

#0F37AB (or 0x0F37AB) is unknown color: approx Egyptian Blue. HEX triplet: 0F, 37 and AB. RGB value is (15,55,171). Sum of RGB (Red+Green+Blue) = 15+55+171=241 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.22% from 241); Green value is 55 (21.88% from 255 or 22.82% from 241); Blue value is 171 (67.19% from 255 or 70.95% from 241); Max value from RGB is 171 - color contains mainly: blue. Hex color #0F37AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F37AB is #F0C854. Grayscale: #373737. Windows color (decimal): -15779925 or 11220751. OLE color: 11220751.

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

Color convert

RGB1555171-
CMYK0.910.6800.33
HSL224.62º83.87%36.47%-
HSV(B)224.62º91.23%67.06%-
XYZ8.915.7739.17-
YUV56.26192.7598.57-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.22%
GREEN value IS 55 (21.88% from 255) = 22.82%
BLUE value IS 171 (67.19% from 255) = 70.95%
R=6.22%
G=22.82%
B=70.95%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal15551710.910.6800.33224.6283.8736.47
HexF37AB5B44021e15424
Octal176725313310404134112444
Binary111111011110101011101101110001000100001111000011010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F37AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,55,171); }

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

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

 a { background-color: rgb(15,55,171); }

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

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

 span { border-color: rgb(15,55,171); }

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