#007CCF

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

Shades of Navy Blue #007CCF

Tints of Navy Blue #007CCF

Color information

#007CCF (or 0x007CCF) is unknown color: approx Navy Blue. HEX triplet: 00, 7C and CF. RGB value is (0,124,207). Sum of RGB (Red+Green+Blue) = 0+124+207=331 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 331); Green value is 124 (48.83% from 255 or 37.46% from 331); Blue value is 207 (81.25% from 255 or 62.54% from 331); Max value from RGB is 207 - color contains mainly: blue. Hex color #007CCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007CCF is #FF8330. Grayscale: #5F5F5F. Windows color (decimal): -16745265 or 13597696. OLE color: 13597696.

HSL color Cylindrical-coordinate representation of color #007CCF: hue angle of 204.06º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007CCF is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB0124207-
CMYK10.4000.19
HSL204.06º100%40.59%-
HSV(B)204.06º100%81.18%-
XYZ18.4718.9261.71-
YUV96.39190.4259.25-

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) = 37.46%
BLUE value IS 207 (81.25% from 255) = 62.54%
R=0%
G=37.46%
B=62.54%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal012420710.4000.19204.0610040.59
Hex07CCF6428013cc6429
Octal01743171445002331414451
Binary01111100110011111100100101000010011110011001100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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