Html Css Color HEX #0F56DC Navy Blue

📋 copy color: '#0F56DC'

red 15 ◦ green 86 ◦ blue 220

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

Shades of Navy Blue #0F56DC

Tints of Navy Blue #0F56DC

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.79%

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

R = 4.67%
G = 26.79%
B = 68.54%

CMYK

 C value IS 0.93

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0F56DC (or 0x0F56DC) is known color: Navy Blue. HEX triplet: 0F, 56 and DC. RGB value is (15,86,220). Sum of RGB (Red+Green+Blue) = 15+86+220=321 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.67% from 321); Green value is 86 (33.98% from 255 or 26.79% from 321); Blue value is 220 (86.33% from 255 or 68.54% from 321); Max value from RGB is 220 - color contains mainly: blue. Hex color #0F56DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F56DC is #F0A923. Grayscale: #4F4F4F. Windows color (decimal): -15771940 or 14439951. OLE color: 14439951.

HSL color Cylindrical-coordinate representation of color #0F56DC: hue angle of 219.22º 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 #0F56DC is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 15 86 220 -
CMYK 0.93 0.61 0 0.14
HSL 219.22º 0.87% 0.46% -
HSV(B) 219.22º 0.93% 0.86% -
XYZ 16.44 11.92 69.15 -
YUV 80.05 206.98 81.6 -
System Red Green Blue C M Y K H S L
Decimal 15 86 220 0.93 0.61 0 0.14 219.22 0.87 0.46
Hex F 56 DC 5D 3D 0 E DB 57 2E
Octal 17 126 334 135 75 0 16 333 127 56
Binary 1111 1010110 11011100 1011101 111101 0 1110 11011011 1010111 101110

Color Harmonies of #0F56DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F56DC

Black with #0F56DC

Text Example


Text Example

White with #0F56DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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