Html Css Color HEX #007FCD Navy Blue

📋 copy color: '#007FCD'

red 0 ◦ green 127 ◦ blue 205

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

Shades of Navy Blue #007FCD

Tints of Navy Blue #007FCD

RGB

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

 GREEN value IS 127 (50% from 255) = 38.25%

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

R = 0%
G = 38.25%
B = 61.75%

CMYK

 C value IS 1

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#007FCD (or 0x007FCD) is known color: Navy Blue. HEX triplet: 00, 7F and CD. RGB value is (0,127,205). Sum of RGB (Red+Green+Blue) = 0+127+205=332 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 332); Green value is 127 (50% from 255 or 38.25% from 332); Blue value is 205 (80.47% from 255 or 61.75% from 332); Max value from RGB is 205 - color contains mainly: blue. Hex color #007FCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007FCD is #FF8032. Grayscale: #616161. Windows color (decimal): -16744499 or 13467392. OLE color: 13467392.

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

Color convert

RGB 0 127 205 -
CMYK 1 0.38 0 0.20
HSL 202.83º 1% 0.4% -
HSV(B) 202.83º 1% 0.8% -
XYZ 18.61 19.59 60.56 -
YUV 97.92 188.42 58.16 -
System Red Green Blue C M Y K H S L
Decimal 0 127 205 1 0.38 0 0.20 202.83 1 0.4
Hex 0 7F CD 64 26 0 14 CB 64 28
Octal 0 177 315 144 46 0 24 313 144 50
Binary 0 1111111 11001101 1100100 100110 0 10100 11001011 1100100 101000

Color Harmonies of #007FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007FCD

Black with #007FCD

Text Example


Text Example

White with #007FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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