Html Css Color HEX #0F50DC Navy Blue

📋 copy color: '#0F50DC'

red 15 ◦ green 80 ◦ blue 220

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

Shades of Navy Blue #0F50DC

Tints of Navy Blue #0F50DC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.4%

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

R = 4.76%
G = 25.4%
B = 69.84%

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

#0F50DC (or 0x0F50DC) is known color: Navy Blue. HEX triplet: 0F, 50 and DC. RGB value is (15,80,220). Sum of RGB (Red+Green+Blue) = 15+80+220=315 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.76% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 220 (86.33% from 255 or 69.84% from 315); Max value from RGB is 220 - color contains mainly: blue. Hex color #0F50DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F50DC is #F0AF23. Grayscale: #4B4B4B. Windows color (decimal): -15773476 or 14438415. OLE color: 14438415.

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

Color convert

RGB 15 80 220 -
CMYK 0.93 0.64 0 0.14
HSL 220.98º 0.87% 0.46% -
HSV(B) 220.98º 0.93% 0.86% -
XYZ 15.98 11.01 68.99 -
YUV 76.53 208.97 84.12 -
System Red Green Blue C M Y K H S L
Decimal 15 80 220 0.93 0.64 0 0.14 220.98 0.87 0.46
Hex F 50 DC 5D 40 0 E DD 57 2E
Octal 17 120 334 135 100 0 16 335 127 56
Binary 1111 1010000 11011100 1011101 1000000 0 1110 11011101 1010111 101110

Color Harmonies of #0F50DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F50DC

Black with #0F50DC

Text Example


Text Example

White with #0F50DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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