Html Css Color HEX #060F75 Navy

📋 copy color: '#060F75'

red 6 ◦ green 15 ◦ blue 117

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

Shades of Navy #060F75

Tints of Navy #060F75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 84.78%

R = 4.35%
G = 10.87%
B = 84.78%

CMYK

 C value IS 0.95

 M value IS 0.87

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#060F75 (or 0x060F75) is known color: Navy. HEX triplet: 06, 0F and 75. RGB value is (6,15,117). Sum of RGB (Red+Green+Blue) = 6+15+117=138 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.35% from 138); Green value is 15 (6.25% from 255 or 10.87% from 138); Blue value is 117 (46.09% from 255 or 84.78% from 138); Max value from RGB is 117 - color contains mainly: blue. Hex color #060F75 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060F75 is #F9F08A. Grayscale: #171717. Windows color (decimal): -16380043 or 7671558. OLE color: 7671558.

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

Color convert

RGB 6 15 117 -
CMYK 0.95 0.87 0 0.54
HSL 235.14º 0.9% 0.24% -
HSV(B) 235.14º 0.95% 0.46% -
XYZ 3.46 1.66 16.97 -
YUV 23.94 180.52 115.21 -
System Red Green Blue C M Y K H S L
Decimal 6 15 117 0.95 0.87 0 0.54 235.14 0.9 0.24
Hex 6 F 75 5F 57 0 36 EB 5A 18
Octal 6 17 165 137 127 0 66 353 132 30
Binary 110 1111 1110101 1011111 1010111 0 110110 11101011 1011010 11000

Color Harmonies of #060F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060F75

Black with #060F75

Text Example


Text Example

White with #060F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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