Html Css Color HEX #060A6B Navy

📋 copy color: '#060A6B'

red 6 ◦ green 10 ◦ blue 107

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

Shades of Navy #060A6B

Tints of Navy #060A6B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 8.13%

 BLUE value IS 107 (42.19% from 255) = 86.99%

R = 4.88%
G = 8.13%
B = 86.99%

CMYK

 C value IS 0.94

 M value IS 0.91

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#060A6B (or 0x060A6B) is known color: Navy. HEX triplet: 06, 0A and 6B. RGB value is (6,10,107). Sum of RGB (Red+Green+Blue) = 6+10+107=123 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.88% from 123); Green value is 10 (4.30% from 255 or 8.13% from 123); Blue value is 107 (42.19% from 255 or 86.99% from 123); Max value from RGB is 107 - color contains mainly: blue. Hex color #060A6B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060A6B is #F9F594. Grayscale: #131313. Windows color (decimal): -16381333 or 7014918. OLE color: 7014918.

HSL color Cylindrical-coordinate representation of color #060A6B: hue angle of 237.62º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #060A6B is Cyan = 0.94, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 6 10 107 -
CMYK 0.94 0.91 0 0.58
HSL 237.62º 0.89% 0.22% -
HSV(B) 237.62º 0.94% 0.42% -
XYZ 2.84 1.32 14.01 -
YUV 19.86 177.17 118.11 -
System Red Green Blue C M Y K H S L
Decimal 6 10 107 0.94 0.91 0 0.58 237.62 0.89 0.22
Hex 6 A 6B 5E 5B 0 3A EE 59 16
Octal 6 12 153 136 133 0 72 356 131 26
Binary 110 1010 1101011 1011110 1011011 0 111010 11101110 1011001 10110

Color Harmonies of #060A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060A6B

Black with #060A6B

Text Example


Text Example

White with #060A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,10,107); }

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

background-color css

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

 a { background-color: rgb(6,10,107); }

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

border-color css

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

 span { border-color: rgb(6,10,107); }

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