#006BC2

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

Shades of Navy Blue #006BC2

Tints of Navy Blue #006BC2

Color information

#006BC2 (or 0x006BC2) is unknown color: approx Navy Blue. HEX triplet: 00, 6B and C2. RGB value is (0,107,194). Sum of RGB (Red+Green+Blue) = 0+107+194=301 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 301); Green value is 107 (42.19% from 255 or 35.55% from 301); Blue value is 194 (76.17% from 255 or 64.45% from 301); Max value from RGB is 194 - color contains mainly: blue. Hex color #006BC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006BC2 is #FF943D. Grayscale: #545454. Windows color (decimal): -16749630 or 12741376. OLE color: 12741376.

HSL color Cylindrical-coordinate representation of color #006BC2: hue angle of 206.91º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006BC2 is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB0107194-
CMYK10.4500.24
HSL206.91º100%38.04%-
HSV(B)206.91º100%76.08%-
XYZ1514.4153.03-
YUV84.92189.5567.43-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 107 (42.19% from 255) = 35.55%
BLUE value IS 194 (76.17% from 255) = 64.45%
R=0%
G=35.55%
B=64.45%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal010719410.4500.24206.9110038.04
Hex06BC2642D018cf6426
Octal01533021445503031714446
Binary01101011110000101100100101101011000110011111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006BC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,107,194); }

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

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

 a { background-color: rgb(0,107,194); }

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

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

 span { border-color: rgb(0,107,194); }

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