Html Css Color HEX #067ADC Navy Blue

📋 copy color: '#067ADC'

red 6 ◦ green 122 ◦ blue 220

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

Shades of Navy Blue #067ADC

Tints of Navy Blue #067ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 63.22%

R = 1.72%
G = 35.06%
B = 63.22%

CMYK

 C value IS 0.97

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#067ADC (or 0x067ADC) is known color: Navy Blue. HEX triplet: 06, 7A and DC. RGB value is (6,122,220). Sum of RGB (Red+Green+Blue) = 6+122+220=348 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.72% from 348); Green value is 122 (48.05% from 255 or 35.06% from 348); Blue value is 220 (86.33% from 255 or 63.22% from 348); Max value from RGB is 220 - color contains mainly: blue. Hex color #067ADC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #067ADC is #F98523. Grayscale: #616161. Windows color (decimal): -16352548 or 14449158. OLE color: 14449158.

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

Color convert

RGB 6 122 220 -
CMYK 0.97 0.45 0 0.14
HSL 207.48º 0.95% 0.44% -
HSV(B) 207.48º 0.97% 0.86% -
XYZ 19.95 19.13 70.35 -
YUV 98.49 196.57 62.03 -
System Red Green Blue C M Y K H S L
Decimal 6 122 220 0.97 0.45 0 0.14 207.48 0.95 0.44
Hex 6 7A DC 61 2D 0 E CF 5F 2C
Octal 6 172 334 141 55 0 16 317 137 54
Binary 110 1111010 11011100 1100001 101101 0 1110 11001111 1011111 101100

Color Harmonies of #067ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067ADC

Black with #067ADC

Text Example


Text Example

White with #067ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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