Html Css Color HEX #067EDB Navy Blue

📋 copy color: '#067EDB'

red 6 ◦ green 126 ◦ blue 219

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

Shades of Navy Blue #067EDB

Tints of Navy Blue #067EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 62.39%

R = 1.71%
G = 35.9%
B = 62.39%

CMYK

 C value IS 0.97

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#067EDB (or 0x067EDB) is known color: Navy Blue. HEX triplet: 06, 7E and DB. RGB value is (6,126,219). Sum of RGB (Red+Green+Blue) = 6+126+219=351 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.71% from 351); Green value is 126 (49.61% from 255 or 35.90% from 351); Blue value is 219 (85.94% from 255 or 62.39% from 351); Max value from RGB is 219 - color contains mainly: blue. Hex color #067EDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #067EDB is #F98124. Grayscale: #646464. Windows color (decimal): -16351525 or 14384646. OLE color: 14384646.

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

Color convert

RGB 6 126 219 -
CMYK 0.97 0.42 0 0.14
HSL 206.2º 0.95% 0.44% -
HSV(B) 206.2º 0.97% 0.86% -
XYZ 20.32 20.07 69.82 -
YUV 100.72 194.74 60.44 -
System Red Green Blue C M Y K H S L
Decimal 6 126 219 0.97 0.42 0 0.14 206.2 0.95 0.44
Hex 6 7E DB 61 2A 0 E CE 5F 2C
Octal 6 176 333 141 52 0 16 316 137 54
Binary 110 1111110 11011011 1100001 101010 0 1110 11001110 1011111 101100

Color Harmonies of #067EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067EDB

Black with #067EDB

Text Example


Text Example

White with #067EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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