Html Css Color HEX #006EC8 Navy Blue

📋 copy color: '#006EC8'

red 0 ◦ green 110 ◦ blue 200

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

Shades of Navy Blue #006EC8

Tints of Navy Blue #006EC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 64.52%

R = 0%
G = 35.48%
B = 64.52%

CMYK

 C value IS 1

 M value IS 0.45

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#006EC8 (or 0x006EC8) is known color: Navy Blue. HEX triplet: 00, 6E and C8. RGB value is (0,110,200). Sum of RGB (Red+Green+Blue) = 0+110+200=310 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 310); Green value is 110 (43.36% from 255 or 35.48% from 310); Blue value is 200 (78.52% from 255 or 64.52% from 310); Max value from RGB is 200 - color contains mainly: blue. Hex color #006EC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006EC8 is #FF9137. Grayscale: #565656. Windows color (decimal): -16748856 or 13135360. OLE color: 13135360.

HSL color Cylindrical-coordinate representation of color #006EC8: hue angle of 207º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006EC8 is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 0 110 200 -
CMYK 1 0.45 0 0.22
HSL 207º 1% 0.39% -
HSV(B) 207º 1% 0.78% -
XYZ 16 15.32 56.76 -
YUV 87.37 191.56 65.68 -
System Red Green Blue C M Y K H S L
Decimal 0 110 200 1 0.45 0 0.22 207 1 0.39
Hex 0 6E C8 64 2D 0 16 CF 64 27
Octal 0 156 310 144 55 0 26 317 144 47
Binary 0 1101110 11001000 1100100 101101 0 10110 11001111 1100100 100111

Color Harmonies of #006EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006EC8

Black with #006EC8

Text Example


Text Example

White with #006EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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