Html Css Color HEX #007CD7 Navy Blue

📋 copy color: '#007CD7'

red 0 ◦ green 124 ◦ blue 215

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

Shades of Navy Blue #007CD7

Tints of Navy Blue #007CD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 63.42%

R = 0%
G = 36.58%
B = 63.42%

CMYK

 C value IS 1

 M value IS 0.42

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#007CD7 (or 0x007CD7) is known color: Navy Blue. HEX triplet: 00, 7C and D7. RGB value is (0,124,215). Sum of RGB (Red+Green+Blue) = 0+124+215=339 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 339); Green value is 124 (48.83% from 255 or 36.58% from 339); Blue value is 215 (84.38% from 255 or 63.42% from 339); Max value from RGB is 215 - color contains mainly: blue. Hex color #007CD7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007CD7 is #FF8328. Grayscale: #606060. Windows color (decimal): -16745257 or 14121984. OLE color: 14121984.

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

Color convert

RGB 0 124 215 -
CMYK 1 0.42 0 0.16
HSL 205.4º 1% 0.42% -
HSV(B) 205.4º 1% 0.84% -
XYZ 19.47 19.32 66.99 -
YUV 97.3 194.42 58.6 -
System Red Green Blue C M Y K H S L
Decimal 0 124 215 1 0.42 0 0.16 205.4 1 0.42
Hex 0 7C D7 64 2A 0 10 CD 64 2A
Octal 0 174 327 144 52 0 20 315 144 52
Binary 0 1111100 11010111 1100100 101010 0 10000 11001101 1100100 101010

Color Harmonies of #007CD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007CD7

Black with #007CD7

Text Example


Text Example

White with #007CD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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