#0F4CFC

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

Shades of Navy Blue #0F4CFC

Tints of Navy Blue #0F4CFC

Color information

#0F4CFC (or 0x0F4CFC) is unknown color: approx Navy Blue. HEX triplet: 0F, 4C and FC. RGB value is (15,76,252). Sum of RGB (Red+Green+Blue) = 15+76+252=343 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.37% from 343); Green value is 76 (30.08% from 255 or 22.16% from 343); Blue value is 252 (98.83% from 255 or 73.47% from 343); Max value from RGB is 252 - color contains mainly: blue. Hex color #0F4CFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F4CFC is #F0B303. Grayscale: #4D4D4D. Windows color (decimal): -15774468 or 16534543. OLE color: 16534543.

HSL color Cylindrical-coordinate representation of color #0F4CFC: hue angle of 224.56º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F4CFC is Cyan = 0.94, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB1576252-
CMYK0.940.7000.01
HSL224.56º97.53%52.35%-
HSV(B)224.56º94.05%98.82%-
XYZ20.3512.393.4-
YUV77.82226.2983.19-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.37%
GREEN value IS 76 (30.08% from 255) = 22.16%
BLUE value IS 252 (98.83% from 255) = 73.47%
R=4.37%
G=22.16%
B=73.47%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal15762520.940.7000.01224.5697.5352.35
HexF4CFC5E4601e16234
Octal171143741361060134114264
Binary11111001100111111001011110100011001111000011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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