Html Css Color HEX #060C75 Navy

📋 copy color: '#060C75'

red 6 ◦ green 12 ◦ blue 117

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

Shades of Navy #060C75

Tints of Navy #060C75

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8.89%

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

R = 4.44%
G = 8.89%
B = 86.67%

CMYK

 C value IS 0.95

 M value IS 0.90

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#060C75 (or 0x060C75) is known color: Navy. HEX triplet: 06, 0C and 75. RGB value is (6,12,117). Sum of RGB (Red+Green+Blue) = 6+12+117=135 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.44% from 135); Green value is 12 (5.08% from 255 or 8.89% from 135); Blue value is 117 (46.09% from 255 or 86.67% from 135); Max value from RGB is 117 - color contains mainly: blue. Hex color #060C75 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060C75 is #F9F38A. Grayscale: #151515. Windows color (decimal): -16380811 or 7670790. OLE color: 7670790.

HSL color Cylindrical-coordinate representation of color #060C75: hue angle of 236.76º 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 #060C75 is Cyan = 0.95, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 6 12 117 -
CMYK 0.95 0.90 0 0.54
HSL 236.76º 0.9% 0.24% -
HSV(B) 236.76º 0.95% 0.46% -
XYZ 3.42 1.59 16.96 -
YUV 22.18 181.51 116.46 -
System Red Green Blue C M Y K H S L
Decimal 6 12 117 0.95 0.90 0 0.54 236.76 0.9 0.24
Hex 6 C 75 5F 5A 0 36 ED 5A 18
Octal 6 14 165 137 132 0 66 355 132 30
Binary 110 1100 1110101 1011111 1011010 0 110110 11101101 1011010 11000

Color Harmonies of #060C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060C75

Black with #060C75

Text Example


Text Example

White with #060C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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