#007FCC

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

Shades of Navy Blue #007FCC

Tints of Navy Blue #007FCC

Color information

#007FCC (or 0x007FCC) is unknown color: approx Navy Blue. HEX triplet: 00, 7F and CC. RGB value is (0,127,204). Sum of RGB (Red+Green+Blue) = 0+127+204=331 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 331); Green value is 127 (50% from 255 or 38.37% from 331); Blue value is 204 (80.08% from 255 or 61.63% from 331); Max value from RGB is 204 - color contains mainly: blue. Hex color #007FCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007FCC is #FF8033. Grayscale: #616161. Windows color (decimal): -16744500 or 13401856. OLE color: 13401856.

HSL color Cylindrical-coordinate representation of color #007FCC: hue angle of 202.65º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007FCC is Cyan = 1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB0127204-
CMYK10.3800.2
HSL202.65º100%40%-
HSV(B)202.65º100%80%-
XYZ18.4919.5459.92-
YUV97.8187.9258.24-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 127 (50% from 255) = 38.37%
BLUE value IS 204 (80.08% from 255) = 61.63%
R=0%
G=38.37%
B=61.63%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal012720410.3800.2202.6510040
Hex07FCC6426014cb6428
Octal01773141444602431314450
Binary01111111110011001100100100110010100110010111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,127,204); }

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

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

 a { background-color: rgb(0,127,204); }

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

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

 span { border-color: rgb(0,127,204); }

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