Html Css Color HEX #067ACD Navy Blue

📋 copy color: '#067ACD'

red 6 ◦ green 122 ◦ blue 205

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

Shades of Navy Blue #067ACD

Tints of Navy Blue #067ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 61.56%

R = 1.8%
G = 36.64%
B = 61.56%

CMYK

 C value IS 0.97

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#067ACD (or 0x067ACD) is known color: Navy Blue. HEX triplet: 06, 7A and CD. RGB value is (6,122,205). Sum of RGB (Red+Green+Blue) = 6+122+205=333 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.80% from 333); Green value is 122 (48.05% from 255 or 36.64% from 333); Blue value is 205 (80.47% from 255 or 61.56% from 333); Max value from RGB is 205 - color contains mainly: blue. Hex color #067ACD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #067ACD is #F98532. Grayscale: #606060. Windows color (decimal): -16352563 or 13466118. OLE color: 13466118.

HSL color Cylindrical-coordinate representation of color #067ACD: hue angle of 205.03º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #067ACD is Cyan = 0.97, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 6 122 205 -
CMYK 0.97 0.40 0 0.20
HSL 205.03º 0.94% 0.41% -
HSV(B) 205.03º 0.97% 0.8% -
XYZ 18.05 18.37 60.35 -
YUV 96.78 189.07 63.25 -
System Red Green Blue C M Y K H S L
Decimal 6 122 205 0.97 0.40 0 0.20 205.03 0.94 0.41
Hex 6 7A CD 61 28 0 14 CD 5E 29
Octal 6 172 315 141 50 0 24 315 136 51
Binary 110 1111010 11001101 1100001 101000 0 10100 11001101 1011110 101001

Color Harmonies of #067ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067ACD

Black with #067ACD

Text Example


Text Example

White with #067ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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