#007cd5

Color #007CD5 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #007CD5

Tints of Navy Blue #007CD5

Color information

#007CD5 (or 0x007CD5) is unknown color: approx Navy Blue. HEX triplet: 00, 7C and D5. RGB value is (0,124,213). Sum of RGB (Red+Green+Blue) = 0+124+213=337 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 337); Green value is 124 (48.83% from 255 or 36.80% from 337); Blue value is 213 (83.59% from 255 or 63.20% from 337); Max value from RGB is 213 - color contains mainly: blue. Hex color #007CD5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007CD5 is #FF832A. Grayscale: #606060. Windows color (decimal): -16745259 or 13990912. OLE color: 13990912.

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

Color convert

RGB0124213-
CMYK10.4200.16
HSL205.07º100%41.76%-
HSV(B)205.07º100%83.53%-
XYZ19.2219.2265.65-
YUV97.07193.4258.76-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 124 (48.83% from 255) = 36.80%
BLUE value IS 213 (83.59% from 255) = 63.20%
R=0%
G=36.80%
B=63.20%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal012421310.4200.16205.0710041.76
Hex07CD5642A010cd642a
Octal01743251445202031514452
Binary01111100110101011100100101010010000110011011100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007cd5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #007cd5;
 }
 .AnyTagClassName
 {
   color: #007cd5;
 }
</style>
background-color css

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

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

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

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

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

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