#007cdd

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

Shades of Navy Blue #007CDD

Tints of Navy Blue #007CDD

Color information

#007CDD (or 0x007CDD) is unknown color: approx Navy Blue. HEX triplet: 00, 7C and DD. RGB value is (0,124,221). Sum of RGB (Red+Green+Blue) = 0+124+221=345 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 345); Green value is 124 (48.83% from 255 or 35.94% from 345); Blue value is 221 (86.72% from 255 or 64.06% from 345); Max value from RGB is 221 - color contains mainly: blue. Hex color #007CDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007CDD is #FF8322. Grayscale: #616161. Windows color (decimal): -16745251 or 14515200. OLE color: 14515200.

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

Color convert

RGB0124221-
CMYK10.4400.13
HSL206.33º100%43.33%-
HSV(B)206.33º100%86.67%-
XYZ20.2619.6471.13-
YUV97.98197.4258.11-

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) = 35.94%
BLUE value IS 221 (86.72% from 255) = 64.06%
R=0%
G=35.94%
B=64.06%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal012422110.4400.13206.3310043.33
Hex07CDD642C0Dce642b
Octal01743351445401531614453
Binary0111110011011101110010010110001101110011101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007cdd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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