Html Css Color HEX #007ACD Navy Blue

📋 copy color: '#007ACD'

red 0 ◦ green 122 ◦ blue 205

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

Shades of Navy Blue #007ACD

Tints of Navy Blue #007ACD

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 37.31%
B = 62.69%

CMYK

 C value IS 1

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#007ACD (or 0x007ACD) is known color: Navy Blue. HEX triplet: 00, 7A and CD. RGB value is (0,122,205). Sum of RGB (Red+Green+Blue) = 0+122+205=327 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 327); Green value is 122 (48.05% from 255 or 37.31% from 327); Blue value is 205 (80.47% from 255 or 62.69% from 327); Max value from RGB is 205 - color contains mainly: blue. Hex color #007ACD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007ACD is #FF8532. Grayscale: #5E5E5E. Windows color (decimal): -16745779 or 13466112. OLE color: 13466112.

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

Color convert

RGB 0 122 205 -
CMYK 1 0.40 0 0.20
HSL 204.29º 1% 0.4% -
HSV(B) 204.29º 1% 0.8% -
XYZ 17.98 18.33 60.35 -
YUV 94.98 190.08 60.25 -
System Red Green Blue C M Y K H S L
Decimal 0 122 205 1 0.40 0 0.20 204.29 1 0.4
Hex 0 7A CD 64 28 0 14 CC 64 28
Octal 0 172 315 144 50 0 24 314 144 50
Binary 0 1111010 11001101 1100100 101000 0 10100 11001100 1100100 101000

Color Harmonies of #007ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007ACD

Black with #007ACD

Text Example


Text Example

White with #007ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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