Html Css Color HEX #067EE0 Navy Blue

📋 copy color: '#067EE0'

red 6 ◦ green 126 ◦ blue 224

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

Shades of Navy Blue #067EE0

Tints of Navy Blue #067EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 62.92%

R = 1.69%
G = 35.39%
B = 62.92%

CMYK

 C value IS 0.97

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#067EE0 (or 0x067EE0) is known color: Navy Blue. HEX triplet: 06, 7E and E0. RGB value is (6,126,224). Sum of RGB (Red+Green+Blue) = 6+126+224=356 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.69% from 356); Green value is 126 (49.61% from 255 or 35.39% from 356); Blue value is 224 (87.89% from 255 or 62.92% from 356); Max value from RGB is 224 - color contains mainly: blue. Hex color #067EE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #067EE0 is #F9811F. Grayscale: #646464. Windows color (decimal): -16351520 or 14712326. OLE color: 14712326.

HSL color Cylindrical-coordinate representation of color #067EE0: hue angle of 206.97º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #067EE0 is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 6 126 224 -
CMYK 0.97 0.44 0 0.12
HSL 206.97º 0.95% 0.45% -
HSV(B) 206.97º 0.97% 0.88% -
XYZ 20.99 20.34 73.34 -
YUV 101.29 197.24 60.03 -
System Red Green Blue C M Y K H S L
Decimal 6 126 224 0.97 0.44 0 0.12 206.97 0.95 0.45
Hex 6 7E E0 61 2C 0 C CF 5F 2D
Octal 6 176 340 141 54 0 14 317 137 55
Binary 110 1111110 11100000 1100001 101100 0 1100 11001111 1011111 101101

Color Harmonies of #067EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067EE0

Black with #067EE0

Text Example


Text Example

White with #067EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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