Html Css Color HEX #067ACC Navy Blue

📋 copy color: '#067ACC'

red 6 ◦ green 122 ◦ blue 204

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

Shades of Navy Blue #067ACC

Tints of Navy Blue #067ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 61.45%

R = 1.81%
G = 36.75%
B = 61.45%

CMYK

 C value IS 0.97

 M value IS 0.40

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#067ACC (or 0x067ACC) is known color: Navy Blue. HEX triplet: 06, 7A and CC. RGB value is (6,122,204). Sum of RGB (Red+Green+Blue) = 6+122+204=332 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.81% from 332); Green value is 122 (48.05% from 255 or 36.75% from 332); Blue value is 204 (80.08% from 255 or 61.45% from 332); Max value from RGB is 204 - color contains mainly: blue. Hex color #067ACC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #067ACC is #F98533. Grayscale: #606060. Windows color (decimal): -16352564 or 13400582. OLE color: 13400582.

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

Color convert

RGB 6 122 204 -
CMYK 0.97 0.40 0 0.2
HSL 204.85º 0.94% 0.41% -
HSV(B) 204.85º 0.97% 0.8% -
XYZ 17.93 18.32 59.72 -
YUV 96.66 188.57 63.33 -
System Red Green Blue C M Y K H S L
Decimal 6 122 204 0.97 0.40 0 0.2 204.85 0.94 0.41
Hex 6 7A CC 61 28 0 14 CD 5E 29
Octal 6 172 314 141 50 0 24 315 136 51
Binary 110 1111010 11001100 1100001 101000 0 10100 11001101 1011110 101001

Color Harmonies of #067ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067ACC

Black with #067ACC

Text Example


Text Example

White with #067ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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