#066FBC

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

Shades of Navy Blue #066FBC

Tints of Navy Blue #066FBC

Color information

#066FBC (or 0x066FBC) is unknown color: approx Navy Blue. HEX triplet: 06, 6F and BC. RGB value is (6,111,188). Sum of RGB (Red+Green+Blue) = 6+111+188=305 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.97% from 305); Green value is 111 (43.75% from 255 or 36.39% from 305); Blue value is 188 (73.83% from 255 or 61.64% from 305); Max value from RGB is 188 - color contains mainly: blue. Hex color #066FBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066FBC is #F99043. Grayscale: #575757. Windows color (decimal): -16355396 or 12349190. OLE color: 12349190.

HSL color Cylindrical-coordinate representation of color #066FBC: hue angle of 205.38º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #066FBC is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB6111188-
CMYK0.970.4100.26
HSL205.38º93.81%38.04%-
HSV(B)205.38º96.81%73.73%-
XYZ14.8415.0449.7-
YUV88.38184.2169.24-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.97%
GREEN value IS 111 (43.75% from 255) = 36.39%
BLUE value IS 188 (73.83% from 255) = 61.64%
R=1.97%
G=36.39%
B=61.64%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal61111880.970.4100.26205.3893.8138.04
Hex66FBC612901Acd5e26
Octal61572741415103231513646
Binary1101101111101111001100001101001011010110011011011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066FBC; }

 p { color: rgb(6,111,188); }

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

<style>
 a { background-color: #066FBC; }

 a { background-color: rgb(6,111,188); }

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

<style>
 span { border-color: #066FBC; }

 span { border-color: rgb(6,111,188); }

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