Html Css Color HEX #06107D Navy

📋 copy color: '#06107D'

red 6 ◦ green 16 ◦ blue 125

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

Shades of Navy #06107D

Tints of Navy #06107D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 85.03%

R = 4.08%
G = 10.88%
B = 85.03%

CMYK

 C value IS 0.95

 M value IS 0.87

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#06107D (or 0x06107D) is known color: Navy. HEX triplet: 06, 10 and 7D. RGB value is (6,16,125). Sum of RGB (Red+Green+Blue) = 6+16+125=147 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.08% from 147); Green value is 16 (6.64% from 255 or 10.88% from 147); Blue value is 125 (49.22% from 255 or 85.03% from 147); Max value from RGB is 125 - color contains mainly: blue. Hex color #06107D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06107D is #F9EF82. Grayscale: #181818. Windows color (decimal): -16379779 or 8196102. OLE color: 8196102.

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

Color convert

RGB 6 16 125 -
CMYK 0.95 0.87 0 0.51
HSL 234.96º 0.91% 0.26% -
HSV(B) 234.96º 0.95% 0.49% -
XYZ 3.96 1.89 19.56 -
YUV 25.44 184.19 114.14 -
System Red Green Blue C M Y K H S L
Decimal 6 16 125 0.95 0.87 0 0.51 234.96 0.91 0.26
Hex 6 10 7D 5F 57 0 33 EB 5B 1A
Octal 6 20 175 137 127 0 63 353 133 32
Binary 110 10000 1111101 1011111 1010111 0 110011 11101011 1011011 11010

Color Harmonies of #06107D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06107D

Black with #06107D

Text Example


Text Example

White with #06107D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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