Html Css Color HEX #006EC4 Navy Blue

📋 copy color: '#006EC4'

red 0 ◦ green 110 ◦ blue 196

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

Shades of Navy Blue #006EC4

Tints of Navy Blue #006EC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 64.05%

R = 0%
G = 35.95%
B = 64.05%

CMYK

 C value IS 1

 M value IS 0.44

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#006EC4 (or 0x006EC4) is known color: Navy Blue. HEX triplet: 00, 6E and C4. RGB value is (0,110,196). Sum of RGB (Red+Green+Blue) = 0+110+196=306 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 306); Green value is 110 (43.36% from 255 or 35.95% from 306); Blue value is 196 (76.95% from 255 or 64.05% from 306); Max value from RGB is 196 - color contains mainly: blue. Hex color #006EC4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006EC4 is #FF913B. Grayscale: #565656. Windows color (decimal): -16748860 or 12873216. OLE color: 12873216.

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

Color convert

RGB 0 110 196 -
CMYK 1 0.44 0 0.23
HSL 206.33º 1% 0.38% -
HSV(B) 206.33º 1% 0.77% -
XYZ 15.54 15.14 54.33 -
YUV 86.91 189.56 66.01 -
System Red Green Blue C M Y K H S L
Decimal 0 110 196 1 0.44 0 0.23 206.33 1 0.38
Hex 0 6E C4 64 2C 0 17 CE 64 26
Octal 0 156 304 144 54 0 27 316 144 46
Binary 0 1101110 11000100 1100100 101100 0 10111 11001110 1100100 100110

Color Harmonies of #006EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006EC4

Black with #006EC4

Text Example


Text Example

White with #006EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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