Html Css Color HEX #060F73 Navy

📋 copy color: '#060F73'

red 6 ◦ green 15 ◦ blue 115

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

Shades of Navy #060F73

Tints of Navy #060F73

RGB

 RED value IS 6 (2.73% from 255) = 4.41%

 GREEN value IS 15 (6.25% from 255) = 11.03%

 BLUE value IS 115 (45.31% from 255) = 84.56%

R = 4.41%
G = 11.03%
B = 84.56%

CMYK

 C value IS 0.95

 M value IS 0.87

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#060F73 (or 0x060F73) is known color: Navy. HEX triplet: 06, 0F and 73. RGB value is (6,15,115). Sum of RGB (Red+Green+Blue) = 6+15+115=136 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.41% from 136); Green value is 15 (6.25% from 255 or 11.03% from 136); Blue value is 115 (45.31% from 255 or 84.56% from 136); Max value from RGB is 115 - color contains mainly: blue. Hex color #060F73 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060F73 is #F9F08C. Grayscale: #171717. Windows color (decimal): -16380045 or 7540486. OLE color: 7540486.

HSL color Cylindrical-coordinate representation of color #060F73: hue angle of 235.05º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #060F73 is Cyan = 0.95, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 6 15 115 -
CMYK 0.95 0.87 0 0.55
HSL 235.05º 0.9% 0.24% -
HSV(B) 235.05º 0.95% 0.45% -
XYZ 3.34 1.62 16.36 -
YUV 23.71 179.52 115.37 -
System Red Green Blue C M Y K H S L
Decimal 6 15 115 0.95 0.87 0 0.55 235.05 0.9 0.24
Hex 6 F 73 5F 57 0 37 EB 5A 18
Octal 6 17 163 137 127 0 67 353 132 30
Binary 110 1111 1110011 1011111 1010111 0 110111 11101011 1011010 11000

Color Harmonies of #060F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060F73

Black with #060F73

Text Example


Text Example

White with #060F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060F73; }

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

 H1.HeaderClassName
 {
   color: #060F73;
 }
 .AnyTagClassName
 {
   color: #060F73;
 }
</style>

background-color css

<style>
 a { background-color: #060F73; }

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

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

border-color css

<style>
 span { border-color: #060F73; }

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

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