Html Css Color HEX #06107F Navy

📋 copy color: '#06107F'

red 6 ◦ green 16 ◦ blue 127

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

Shades of Navy #06107F

Tints of Navy #06107F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.74%

 BLUE value IS 127 (50% from 255) = 85.23%

R = 4.03%
G = 10.74%
B = 85.23%

CMYK

 C value IS 0.95

 M value IS 0.87

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#06107F (or 0x06107F) is known color: Navy. HEX triplet: 06, 10 and 7F. RGB value is (6,16,127). Sum of RGB (Red+Green+Blue) = 6+16+127=149 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.03% from 149); Green value is 16 (6.64% from 255 or 10.74% from 149); Blue value is 127 (50% from 255 or 85.23% from 149); Max value from RGB is 127 - color contains mainly: blue. Hex color #06107F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06107F is #F9EF80. Grayscale: #191919. Windows color (decimal): -16379777 or 8327174. OLE color: 8327174.

HSL color Cylindrical-coordinate representation of color #06107F: hue angle of 235.04º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06107F is Cyan = 0.95, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 6 16 127 -
CMYK 0.95 0.87 0 0.50
HSL 235.04º 0.91% 0.26% -
HSV(B) 235.04º 0.95% 0.5% -
XYZ 4.09 1.94 20.24 -
YUV 25.66 185.19 113.97 -
System Red Green Blue C M Y K H S L
Decimal 6 16 127 0.95 0.87 0 0.50 235.04 0.91 0.26
Hex 6 10 7F 5F 57 0 32 EB 5B 1A
Octal 6 20 177 137 127 0 62 353 133 32
Binary 110 10000 1111111 1011111 1010111 0 110010 11101011 1011011 11010

Color Harmonies of #06107F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06107F

Black with #06107F

Text Example


Text Example

White with #06107F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06107F; }

 p { color: rgb(6,16,127); }

 H1.HeaderClassName
 {
   color: #06107F;
 }
 .AnyTagClassName
 {
   color: #06107F;
 }
</style>

background-color css

<style>
 a { background-color: #06107F; }

 a { background-color: rgb(6,16,127); }

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

border-color css

<style>
 span { border-color: #06107F; }

 span { border-color: rgb(6,16,127); }

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