Html Css Color HEX #007CCD Navy Blue

📋 copy color: '#007CCD'

red 0 ◦ green 124 ◦ blue 205

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

Shades of Navy Blue #007CCD

Tints of Navy Blue #007CCD

RGB

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

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

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

R = 0%
G = 37.69%
B = 62.31%

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

#007CCD (or 0x007CCD) is known color: Navy Blue. HEX triplet: 00, 7C and CD. RGB value is (0,124,205). Sum of RGB (Red+Green+Blue) = 0+124+205=329 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 329); Green value is 124 (48.83% from 255 or 37.69% from 329); Blue value is 205 (80.47% from 255 or 62.31% from 329); Max value from RGB is 205 - color contains mainly: blue. Hex color #007CCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007CCD is #FF8332. Grayscale: #5F5F5F. Windows color (decimal): -16745267 or 13466624. OLE color: 13466624.

HSL color Cylindrical-coordinate representation of color #007CCD: hue angle of 203.71º 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 #007CCD is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 0 124 205 -
CMYK 1 0.40 0 0.20
HSL 203.71º 1% 0.4% -
HSV(B) 203.71º 1% 0.8% -
XYZ 18.23 18.82 60.43 -
YUV 96.16 189.42 59.41 -
System Red Green Blue C M Y K H S L
Decimal 0 124 205 1 0.40 0 0.20 203.71 1 0.4
Hex 0 7C CD 64 28 0 14 CC 64 28
Octal 0 174 315 144 50 0 24 314 144 50
Binary 0 1111100 11001101 1100100 101000 0 10100 11001100 1100100 101000

Color Harmonies of #007CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007CCD

Black with #007CCD

Text Example


Text Example

White with #007CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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