Html Css Color HEX #067ADE Navy Blue

📋 copy color: '#067ADE'

red 6 ◦ green 122 ◦ blue 222

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

Shades of Navy Blue #067ADE

Tints of Navy Blue #067ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 63.43%

R = 1.71%
G = 34.86%
B = 63.43%

CMYK

 C value IS 0.97

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#067ADE (or 0x067ADE) is known color: Navy Blue. HEX triplet: 06, 7A and DE. RGB value is (6,122,222). Sum of RGB (Red+Green+Blue) = 6+122+222=350 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.71% from 350); Green value is 122 (48.05% from 255 or 34.86% from 350); Blue value is 222 (87.11% from 255 or 63.43% from 350); Max value from RGB is 222 - color contains mainly: blue. Hex color #067ADE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #067ADE is #F98521. Grayscale: #626262. Windows color (decimal): -16352546 or 14580230. OLE color: 14580230.

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

Color convert

RGB 6 122 222 -
CMYK 0.97 0.45 0 0.13
HSL 207.78º 0.95% 0.45% -
HSV(B) 207.78º 0.97% 0.87% -
XYZ 20.22 19.23 71.75 -
YUV 98.72 197.57 61.87 -
System Red Green Blue C M Y K H S L
Decimal 6 122 222 0.97 0.45 0 0.13 207.78 0.95 0.45
Hex 6 7A DE 61 2D 0 D D0 5F 2D
Octal 6 172 336 141 55 0 15 320 137 55
Binary 110 1111010 11011110 1100001 101101 0 1101 11010000 1011111 101101

Color Harmonies of #067ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067ADE

Black with #067ADE

Text Example


Text Example

White with #067ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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