Html Css Color HEX #007CDC Navy Blue

📋 copy color: '#007CDC'

red 0 ◦ green 124 ◦ blue 220

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

Shades of Navy Blue #007CDC

Tints of Navy Blue #007CDC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 36.05%

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

R = 0%
G = 36.05%
B = 63.95%

CMYK

 C value IS 1

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#007CDC (or 0x007CDC) is known color: Navy Blue. HEX triplet: 00, 7C and DC. RGB value is (0,124,220). Sum of RGB (Red+Green+Blue) = 0+124+220=344 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 344); Green value is 124 (48.83% from 255 or 36.05% from 344); Blue value is 220 (86.33% from 255 or 63.95% from 344); Max value from RGB is 220 - color contains mainly: blue. Hex color #007CDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007CDC is #FF8323. Grayscale: #616161. Windows color (decimal): -16745252 or 14449664. OLE color: 14449664.

HSL color Cylindrical-coordinate representation of color #007CDC: hue angle of 206.18º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007CDC is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 0 124 220 -
CMYK 1 0.44 0 0.14
HSL 206.18º 1% 0.43% -
HSV(B) 206.18º 1% 0.86% -
XYZ 20.13 19.58 70.43 -
YUV 97.87 196.92 58.19 -
System Red Green Blue C M Y K H S L
Decimal 0 124 220 1 0.44 0 0.14 206.18 1 0.43
Hex 0 7C DC 64 2C 0 E CE 64 2B
Octal 0 174 334 144 54 0 16 316 144 53
Binary 0 1111100 11011100 1100100 101100 0 1110 11001110 1100100 101011

Color Harmonies of #007CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007CDC

Black with #007CDC

Text Example


Text Example

White with #007CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,124,220); }

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

background-color css

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

 a { background-color: rgb(0,124,220); }

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

border-color css

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

 span { border-color: rgb(0,124,220); }

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