Html Css Color HEX #067AD4 Navy Blue

📋 copy color: '#067AD4'

red 6 ◦ green 122 ◦ blue 212

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

Shades of Navy Blue #067AD4

Tints of Navy Blue #067AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 62.35%

R = 1.76%
G = 35.88%
B = 62.35%

CMYK

 C value IS 0.97

 M value IS 0.42

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#067AD4 (or 0x067AD4) is known color: Navy Blue. HEX triplet: 06, 7A and D4. RGB value is (6,122,212). Sum of RGB (Red+Green+Blue) = 6+122+212=340 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.76% from 340); Green value is 122 (48.05% from 255 or 35.88% from 340); Blue value is 212 (83.20% from 255 or 62.35% from 340); Max value from RGB is 212 - color contains mainly: blue. Hex color #067AD4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #067AD4 is #F9852B. Grayscale: #616161. Windows color (decimal): -16352556 or 13924870. OLE color: 13924870.

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

Color convert

RGB 6 122 212 -
CMYK 0.97 0.42 0 0.17
HSL 206.21º 0.94% 0.43% -
HSV(B) 206.21º 0.97% 0.83% -
XYZ 18.92 18.71 64.9 -
YUV 97.58 192.57 62.68 -
System Red Green Blue C M Y K H S L
Decimal 6 122 212 0.97 0.42 0 0.17 206.21 0.94 0.43
Hex 6 7A D4 61 2A 0 11 CE 5E 2B
Octal 6 172 324 141 52 0 21 316 136 53
Binary 110 1111010 11010100 1100001 101010 0 10001 11001110 1011110 101011

Color Harmonies of #067AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067AD4

Black with #067AD4

Text Example


Text Example

White with #067AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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