#006FCC

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

Shades of Navy Blue #006FCC

Tints of Navy Blue #006FCC

Color information

#006FCC (or 0x006FCC) is unknown color: approx Navy Blue. HEX triplet: 00, 6F and CC. RGB value is (0,111,204). Sum of RGB (Red+Green+Blue) = 0+111+204=315 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 315); Green value is 111 (43.75% from 255 or 35.24% from 315); Blue value is 204 (80.08% from 255 or 64.76% from 315); Max value from RGB is 204 - color contains mainly: blue. Hex color #006FCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006FCC is #FF9033. Grayscale: #575757. Windows color (decimal): -16748596 or 13397760. OLE color: 13397760.

HSL color Cylindrical-coordinate representation of color #006FCC: hue angle of 207.35º 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 #006FCC is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB0111204-
CMYK10.4600.2
HSL207.35º100%40%-
HSV(B)207.35º100%80%-
XYZ16.5815.7359.29-
YUV88.41193.2364.94-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 111 (43.75% from 255) = 35.24%
BLUE value IS 204 (80.08% from 255) = 64.76%
R=0%
G=35.24%
B=64.76%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal011120410.4600.2207.3510040
Hex06FCC642E014cf6428
Octal01573141445602431714450
Binary01101111110011001100100101110010100110011111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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