#0F4DE7

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

Shades of Navy Blue #0F4DE7

Tints of Navy Blue #0F4DE7

Color information

#0F4DE7 (or 0x0F4DE7) is unknown color: approx Navy Blue. HEX triplet: 0F, 4D and E7. RGB value is (15,77,231). Sum of RGB (Red+Green+Blue) = 15+77+231=323 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.64% from 323); Green value is 77 (30.47% from 255 or 23.84% from 323); Blue value is 231 (90.62% from 255 or 71.52% from 323); Max value from RGB is 231 - color contains mainly: blue. Hex color #0F4DE7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F4DE7 is #F0B218. Grayscale: #4B4B4B. Windows color (decimal): -15774233 or 15158543. OLE color: 15158543.

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

Color convert

RGB1577231-
CMYK0.940.6700.09
HSL222.78º87.8%48.24%-
HSV(B)222.78º93.51%90.59%-
XYZ17.2711.1876.85-
YUV76.02215.4684.48-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.64%
GREEN value IS 77 (30.47% from 255) = 23.84%
BLUE value IS 231 (90.62% from 255) = 71.52%
R=4.64%
G=23.84%
B=71.52%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal15772310.940.6700.09222.7887.848.24
HexF4DE75E4309df5830
Octal1711534713610301133713060
Binary11111001101111001111011110100001101001110111111011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4DE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,77,231); }

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

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

 a { background-color: rgb(15,77,231); }

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

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

 span { border-color: rgb(15,77,231); }

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