Html Css Color HEX #006EC0 Navy Blue

📋 copy color: '#006EC0'

red 0 ◦ green 110 ◦ blue 192

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

Shades of Navy Blue #006EC0

Tints of Navy Blue #006EC0

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 110 (43.36% from 255) = 36.42%

 BLUE value IS 192 (75.39% from 255) = 63.58%

R = 0%
G = 36.42%
B = 63.58%

CMYK

 C value IS 1

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#006EC0 (or 0x006EC0) is known color: Navy Blue. HEX triplet: 00, 6E and C0. RGB value is (0,110,192). Sum of RGB (Red+Green+Blue) = 0+110+192=302 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 302); Green value is 110 (43.36% from 255 or 36.42% from 302); Blue value is 192 (75.39% from 255 or 63.58% from 302); Max value from RGB is 192 - color contains mainly: blue. Hex color #006EC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006EC0 is #FF913F. Grayscale: #565656. Windows color (decimal): -16748864 or 12611072. OLE color: 12611072.

HSL color Cylindrical-coordinate representation of color #006EC0: hue angle of 205.62º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006EC0 is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 0 110 192 -
CMYK 1 0.43 0 0.25
HSL 205.63º 1% 0.38% -
HSV(B) 205.63º 1% 0.75% -
XYZ 15.09 14.96 51.96 -
YUV 86.46 187.56 66.33 -
System Red Green Blue C M Y K H S L
Decimal 0 110 192 1 0.43 0 0.25 205.63 1 0.38
Hex 0 6E C0 64 2B 0 19 CE 64 26
Octal 0 156 300 144 53 0 31 316 144 46
Binary 0 1101110 11000000 1100100 101011 0 11001 11001110 1100100 100110

Color Harmonies of #006EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006EC0

Black with #006EC0

Text Example


Text Example

White with #006EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006EC0; }

 p { color: rgb(0,110,192); }

 H1.HeaderClassName
 {
   color: #006EC0;
 }
 .AnyTagClassName
 {
   color: #006EC0;
 }
</style>

background-color css

<style>
 a { background-color: #006EC0; }

 a { background-color: rgb(0,110,192); }

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

border-color css

<style>
 span { border-color: #006EC0; }

 span { border-color: rgb(0,110,192); }

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