Html Css Color HEX #06077D Navy

📋 copy color: '#06077D'

red 6 ◦ green 7 ◦ blue 125

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

Shades of Navy #06077D

Tints of Navy #06077D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.07%

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

R = 4.35%
G = 5.07%
B = 90.58%

CMYK

 C value IS 0.95

 M value IS 0.94

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#06077D (or 0x06077D) is known color: Navy. HEX triplet: 06, 07 and 7D. RGB value is (6,7,125). Sum of RGB (Red+Green+Blue) = 6+7+125=138 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.35% from 138); Green value is 7 (3.12% from 255 or 5.07% from 138); Blue value is 125 (49.22% from 255 or 90.58% from 138); Max value from RGB is 125 - color contains mainly: blue. Hex color #06077D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06077D is #F9F882. Grayscale: #131313. Windows color (decimal): -16382083 or 8193798. OLE color: 8193798.

HSL color Cylindrical-coordinate representation of color #06077D: hue angle of 239.5º 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 #06077D is Cyan = 0.95, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 6 7 125 -
CMYK 0.95 0.94 0 0.51
HSL 239.5º 0.91% 0.26% -
HSV(B) 239.5º 0.95% 0.49% -
XYZ 3.85 1.67 19.52 -
YUV 20.15 187.17 117.91 -
System Red Green Blue C M Y K H S L
Decimal 6 7 125 0.95 0.94 0 0.51 239.5 0.91 0.26
Hex 6 7 7D 5F 5E 0 33 EF 5B 1A
Octal 6 7 175 137 136 0 63 357 133 32
Binary 110 111 1111101 1011111 1011110 0 110011 11101111 1011011 11010

Color Harmonies of #06077D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06077D

Black with #06077D

Text Example


Text Example

White with #06077D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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