Html Css Color HEX #007CD1 Navy Blue

📋 copy color: '#007CD1'

red 0 ◦ green 124 ◦ blue 209

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

Shades of Navy Blue #007CD1

Tints of Navy Blue #007CD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 62.76%

R = 0%
G = 37.24%
B = 62.76%

CMYK

 C value IS 1

 M value IS 0.41

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#007CD1 (or 0x007CD1) is known color: Navy Blue. HEX triplet: 00, 7C and D1. RGB value is (0,124,209). Sum of RGB (Red+Green+Blue) = 0+124+209=333 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 333); Green value is 124 (48.83% from 255 or 37.24% from 333); Blue value is 209 (82.03% from 255 or 62.76% from 333); Max value from RGB is 209 - color contains mainly: blue. Hex color #007CD1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007CD1 is #FF832E. Grayscale: #606060. Windows color (decimal): -16745263 or 13728768. OLE color: 13728768.

HSL color Cylindrical-coordinate representation of color #007CD1: hue angle of 204.4º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007CD1 is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 0 124 209 -
CMYK 1 0.41 0 0.18
HSL 204.4º 1% 0.41% -
HSV(B) 204.4º 1% 0.82% -
XYZ 18.72 19.02 63.01 -
YUV 96.61 191.42 59.09 -
System Red Green Blue C M Y K H S L
Decimal 0 124 209 1 0.41 0 0.18 204.4 1 0.41
Hex 0 7C D1 64 29 0 12 CC 64 29
Octal 0 174 321 144 51 0 22 314 144 51
Binary 0 1111100 11010001 1100100 101001 0 10010 11001100 1100100 101001

Color Harmonies of #007CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007CD1

Black with #007CD1

Text Example


Text Example

White with #007CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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