#007CD9

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

Shades of Navy Blue #007CD9

Tints of Navy Blue #007CD9

Color information

#007CD9 (or 0x007CD9) is unknown color: approx Navy Blue. HEX triplet: 00, 7C and D9. RGB value is (0,124,217). Sum of RGB (Red+Green+Blue) = 0+124+217=341 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 341); Green value is 124 (48.83% from 255 or 36.36% from 341); Blue value is 217 (85.16% from 255 or 63.64% from 341); Max value from RGB is 217 - color contains mainly: blue. Hex color #007CD9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007CD9 is #FF8326. Grayscale: #616161. Windows color (decimal): -16745255 or 14253056. OLE color: 14253056.

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

Color convert

RGB0124217-
CMYK10.4300.15
HSL205.71º100%42.55%-
HSV(B)205.71º100%85.1%-
XYZ19.7319.4368.36-
YUV97.53195.4258.44-

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.36%
BLUE value IS 217 (85.16% from 255) = 63.64%
R=0%
G=36.36%
B=63.64%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal012421710.4300.15205.7110042.55
Hex07CD9642B0Fce642b
Octal01743311445301731614453
Binary0111110011011001110010010101101111110011101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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