Html Css Color HEX #067ECE Navy Blue

📋 copy color: '#067ECE'

red 6 ◦ green 126 ◦ blue 206

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

Shades of Navy Blue #067ECE

Tints of Navy Blue #067ECE

RGB

 RED value IS 6 (2.73% from 255) = 1.78%

 GREEN value IS 126 (49.61% from 255) = 37.28%

 BLUE value IS 206 (80.86% from 255) = 60.95%

R = 1.78%
G = 37.28%
B = 60.95%

CMYK

 C value IS 0.97

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#067ECE (or 0x067ECE) is known color: Navy Blue. HEX triplet: 06, 7E and CE. RGB value is (6,126,206). Sum of RGB (Red+Green+Blue) = 6+126+206=338 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.78% from 338); Green value is 126 (49.61% from 255 or 37.28% from 338); Blue value is 206 (80.86% from 255 or 60.95% from 338); Max value from RGB is 206 - color contains mainly: blue. Hex color #067ECE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #067ECE is #F98131. Grayscale: #626262. Windows color (decimal): -16351538 or 13532678. OLE color: 13532678.

HSL color Cylindrical-coordinate representation of color #067ECE: hue angle of 204º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #067ECE is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 6 126 206 -
CMYK 0.97 0.39 0 0.19
HSL 204º 0.94% 0.42% -
HSV(B) 204º 0.97% 0.81% -
XYZ 18.68 19.42 61.16 -
YUV 99.24 188.24 61.5 -
System Red Green Blue C M Y K H S L
Decimal 6 126 206 0.97 0.39 0 0.19 204 0.94 0.42
Hex 6 7E CE 61 27 0 13 CC 5E 2A
Octal 6 176 316 141 47 0 23 314 136 52
Binary 110 1111110 11001110 1100001 100111 0 10011 11001100 1011110 101010

Color Harmonies of #067ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067ECE

Black with #067ECE

Text Example


Text Example

White with #067ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067ECE; }

 p { color: rgb(6,126,206); }

 H1.HeaderClassName
 {
   color: #067ECE;
 }
 .AnyTagClassName
 {
   color: #067ECE;
 }
</style>

background-color css

<style>
 a { background-color: #067ECE; }

 a { background-color: rgb(6,126,206); }

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

border-color css

<style>
 span { border-color: #067ECE; }

 span { border-color: rgb(6,126,206); }

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