Html Css Color HEX #0F4FDC Navy Blue

📋 copy color: '#0F4FDC'

red 15 ◦ green 79 ◦ blue 220

#0F4FDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #0F4FDC

Tints of Navy Blue #0F4FDC

RGB

 RED value IS 15 (6.25% from 255) = 4.78%

 GREEN value IS 79 (31.25% from 255) = 25.16%

 BLUE value IS 220 (86.33% from 255) = 70.06%

R = 4.78%
G = 25.16%
B = 70.06%

CMYK

 C value IS 0.93

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0F4FDC (or 0x0F4FDC) is known color: Navy Blue. HEX triplet: 0F, 4F and DC. RGB value is (15,79,220). Sum of RGB (Red+Green+Blue) = 15+79+220=314 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.78% from 314); Green value is 79 (31.25% from 255 or 25.16% from 314); Blue value is 220 (86.33% from 255 or 70.06% from 314); Max value from RGB is 220 - color contains mainly: blue. Hex color #0F4FDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F4FDC is #F0B023. Grayscale: #4B4B4B. Windows color (decimal): -15773732 or 14438159. OLE color: 14438159.

HSL color Cylindrical-coordinate representation of color #0F4FDC: hue angle of 221.27º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F4FDC is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 15 79 220 -
CMYK 0.93 0.64 0 0.14
HSL 221.27º 0.87% 0.46% -
HSV(B) 221.27º 0.93% 0.86% -
XYZ 15.91 10.86 68.97 -
YUV 75.94 209.3 84.54 -
System Red Green Blue C M Y K H S L
Decimal 15 79 220 0.93 0.64 0 0.14 221.27 0.87 0.46
Hex F 4F DC 5D 40 0 E DD 57 2E
Octal 17 117 334 135 100 0 16 335 127 56
Binary 1111 1001111 11011100 1011101 1000000 0 1110 11011101 1010111 101110

Color Harmonies of #0F4FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4FDC

Black with #0F4FDC

Text Example


Text Example

White with #0F4FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,79,220); }

 H1.HeaderClassName
 {
   color: #0F4FDC;
 }
 .AnyTagClassName
 {
   color: #0F4FDC;
 }
</style>

background-color css

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

 a { background-color: rgb(15,79,220); }

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

border-color css

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

 span { border-color: rgb(15,79,220); }

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