Html Css Color HEX #006EC9 Navy Blue

📋 copy color: '#006EC9'

red 0 ◦ green 110 ◦ blue 201

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

Shades of Navy Blue #006EC9

Tints of Navy Blue #006EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 64.63%

R = 0%
G = 35.37%
B = 64.63%

CMYK

 C value IS 1

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#006EC9 (or 0x006EC9) is known color: Navy Blue. HEX triplet: 00, 6E and C9. RGB value is (0,110,201). Sum of RGB (Red+Green+Blue) = 0+110+201=311 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 311); Green value is 110 (43.36% from 255 or 35.37% from 311); Blue value is 201 (78.91% from 255 or 64.63% from 311); Max value from RGB is 201 - color contains mainly: blue. Hex color #006EC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006EC9 is #FF9136. Grayscale: #575757. Windows color (decimal): -16748855 or 13200896. OLE color: 13200896.

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

Color convert

RGB 0 110 201 -
CMYK 1 0.45 0 0.21
HSL 207.16º 1% 0.39% -
HSV(B) 207.16º 1% 0.79% -
XYZ 16.12 15.37 57.38 -
YUV 87.48 192.06 65.6 -
System Red Green Blue C M Y K H S L
Decimal 0 110 201 1 0.45 0 0.21 207.16 1 0.39
Hex 0 6E C9 64 2D 0 15 CF 64 27
Octal 0 156 311 144 55 0 25 317 144 47
Binary 0 1101110 11001001 1100100 101101 0 10101 11001111 1100100 100111

Color Harmonies of #006EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006EC9

Black with #006EC9

Text Example


Text Example

White with #006EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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