#0f4aef

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

Shades of Navy Blue #0F4AEF

Tints of Navy Blue #0F4AEF

Color information

#0F4AEF (or 0x0F4AEF) is unknown color: approx Navy Blue. HEX triplet: 0F, 4A and EF. RGB value is (15,74,239). Sum of RGB (Red+Green+Blue) = 15+74+239=328 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.57% from 328); Green value is 74 (29.30% from 255 or 22.56% from 328); Blue value is 239 (93.75% from 255 or 72.87% from 328); Max value from RGB is 239 - color contains mainly: blue. Hex color #0F4AEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F4AEF is #F0B510. Grayscale: #4A4A4A. Windows color (decimal): -15774993 or 15682063. OLE color: 15682063.

HSL color Cylindrical-coordinate representation of color #0F4AEF: hue angle of 224.2º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F4AEF is Cyan = 0.94, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB1574239-
CMYK0.940.6900.06
HSL224.2º88.19%49.8%-
HSV(B)224.2º93.72%93.73%-
XYZ18.2311.2382.87-
YUV75.17220.4585.08-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.57%
GREEN value IS 74 (29.30% from 255) = 22.56%
BLUE value IS 239 (93.75% from 255) = 72.87%
R=4.57%
G=22.56%
B=72.87%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal15742390.940.6900.06224.288.1949.8
HexF4AEF5E4506e05832
Octal171123571361050634013062
Binary1111100101011101111101111010001010110111000001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f4aef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,74,239); }

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

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

 a { background-color: rgb(15,74,239); }

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

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

 span { border-color: rgb(15,74,239); }

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