Html Css Color HEX #067ADB Navy Blue

📋 copy color: '#067ADB'

red 6 ◦ green 122 ◦ blue 219

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

Shades of Navy Blue #067ADB

Tints of Navy Blue #067ADB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.16%

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

R = 1.73%
G = 35.16%
B = 63.11%

CMYK

 C value IS 0.97

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#067ADB (or 0x067ADB) is known color: Navy Blue. HEX triplet: 06, 7A and DB. RGB value is (6,122,219). Sum of RGB (Red+Green+Blue) = 6+122+219=347 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.73% from 347); Green value is 122 (48.05% from 255 or 35.16% from 347); Blue value is 219 (85.94% from 255 or 63.11% from 347); Max value from RGB is 219 - color contains mainly: blue. Hex color #067ADB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #067ADB is #F98524. Grayscale: #616161. Windows color (decimal): -16352549 or 14383622. OLE color: 14383622.

HSL color Cylindrical-coordinate representation of color #067ADB: hue angle of 207.32º 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 #067ADB is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 6 122 219 -
CMYK 0.97 0.44 0 0.14
HSL 207.32º 0.95% 0.44% -
HSV(B) 207.32º 0.97% 0.86% -
XYZ 19.82 19.07 69.65 -
YUV 98.37 196.07 62.11 -
System Red Green Blue C M Y K H S L
Decimal 6 122 219 0.97 0.44 0 0.14 207.32 0.95 0.44
Hex 6 7A DB 61 2C 0 E CF 5F 2C
Octal 6 172 333 141 54 0 16 317 137 54
Binary 110 1111010 11011011 1100001 101100 0 1110 11001111 1011111 101100

Color Harmonies of #067ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067ADB

Black with #067ADB

Text Example


Text Example

White with #067ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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