Html Css Color HEX #0F73DC Navy Blue

📋 copy color: '#0F73DC'

red 15 ◦ green 115 ◦ blue 220

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

Shades of Navy Blue #0F73DC

Tints of Navy Blue #0F73DC

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.86%

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

R = 4.29%
G = 32.86%
B = 62.86%

CMYK

 C value IS 0.93

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0F73DC (or 0x0F73DC) is known color: Navy Blue. HEX triplet: 0F, 73 and DC. RGB value is (15,115,220). Sum of RGB (Red+Green+Blue) = 15+115+220=350 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.29% from 350); Green value is 115 (45.31% from 255 or 32.86% from 350); Blue value is 220 (86.33% from 255 or 62.86% from 350); Max value from RGB is 220 - color contains mainly: blue. Hex color #0F73DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F73DC is #F08C23. Grayscale: #606060. Windows color (decimal): -15764516 or 14447375. OLE color: 14447375.

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

Color convert

RGB 15 115 220 -
CMYK 0.93 0.48 0 0.14
HSL 210.73º 0.87% 0.46% -
HSV(B) 210.73º 0.93% 0.86% -
XYZ 19.25 17.53 70.08 -
YUV 97.07 197.37 69.46 -
System Red Green Blue C M Y K H S L
Decimal 15 115 220 0.93 0.48 0 0.14 210.73 0.87 0.46
Hex F 73 DC 5D 30 0 E D3 57 2E
Octal 17 163 334 135 60 0 16 323 127 56
Binary 1111 1110011 11011100 1011101 110000 0 1110 11010011 1010111 101110

Color Harmonies of #0F73DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F73DC

Black with #0F73DC

Text Example


Text Example

White with #0F73DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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