Html Css Color HEX #006EC7 Navy Blue

📋 copy color: '#006EC7'

red 0 ◦ green 110 ◦ blue 199

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

Shades of Navy Blue #006EC7

Tints of Navy Blue #006EC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 64.4%

R = 0%
G = 35.6%
B = 64.4%

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

#006EC7 (or 0x006EC7) is known color: Navy Blue. HEX triplet: 00, 6E and C7. RGB value is (0,110,199). Sum of RGB (Red+Green+Blue) = 0+110+199=309 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 309); Green value is 110 (43.36% from 255 or 35.60% from 309); Blue value is 199 (78.12% from 255 or 64.40% from 309); Max value from RGB is 199 - color contains mainly: blue. Hex color #006EC7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006EC7 is #FF9138. Grayscale: #565656. Windows color (decimal): -16748857 or 13069824. OLE color: 13069824.

HSL color Cylindrical-coordinate representation of color #006EC7: hue angle of 206.83º 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 #006EC7 is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 0 110 199 -
CMYK 1 0.45 0 0.22
HSL 206.83º 1% 0.39% -
HSV(B) 206.83º 1% 0.78% -
XYZ 15.88 15.28 56.14 -
YUV 87.26 191.06 65.76 -
System Red Green Blue C M Y K H S L
Decimal 0 110 199 1 0.45 0 0.22 206.83 1 0.39
Hex 0 6E C7 64 2D 0 16 CF 64 27
Octal 0 156 307 144 55 0 26 317 144 47
Binary 0 1101110 11000111 1100100 101101 0 10110 11001111 1100100 100111

Color Harmonies of #006EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006EC7

Black with #006EC7

Text Example


Text Example

White with #006EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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