#0F4CE4

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

Shades of Navy Blue #0F4CE4

Tints of Navy Blue #0F4CE4

Color information

#0F4CE4 (or 0x0F4CE4) is unknown color: approx Navy Blue. HEX triplet: 0F, 4C and E4. RGB value is (15,76,228). Sum of RGB (Red+Green+Blue) = 15+76+228=319 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.70% from 319); Green value is 76 (30.08% from 255 or 23.82% from 319); Blue value is 228 (89.45% from 255 or 71.47% from 319); Max value from RGB is 228 - color contains mainly: blue. Hex color #0F4CE4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F4CE4 is #F0B31B. Grayscale: #4A4A4A. Windows color (decimal): -15774492 or 14961679. OLE color: 14961679.

HSL color Cylindrical-coordinate representation of color #0F4CE4: hue angle of 222.82º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F4CE4 is Cyan = 0.93, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB1576228-
CMYK0.930.6700.11
HSL222.82º87.65%47.65%-
HSV(B)222.82º93.42%89.41%-
XYZ16.7910.8774.61-
YUV75.09214.2985.14-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.70%
GREEN value IS 76 (30.08% from 255) = 23.82%
BLUE value IS 228 (89.45% from 255) = 71.47%
R=4.70%
G=23.82%
B=71.47%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal15762280.930.6700.11222.8287.6547.65
HexF4CE45D430Bdf5830
Octal1711434413510301333713060
Binary11111001100111001001011101100001101011110111111011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4CE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,76,228); }

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

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

 a { background-color: rgb(15,76,228); }

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

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

 span { border-color: rgb(15,76,228); }

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