#026BC2

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

Shades of Navy Blue #026BC2

Tints of Navy Blue #026BC2

Color information

#026BC2 (or 0x026BC2) is unknown color: approx Navy Blue. HEX triplet: 02, 6B and C2. RGB value is (2,107,194). Sum of RGB (Red+Green+Blue) = 2+107+194=303 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 303); Green value is 107 (42.19% from 255 or 35.31% from 303); Blue value is 194 (76.17% from 255 or 64.03% from 303); Max value from RGB is 194 - color contains mainly: blue. Hex color #026BC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #026BC2 is #FD943D. Grayscale: #555555. Windows color (decimal): -16618558 or 12741378. OLE color: 12741378.

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

Color convert

RGB2107194-
CMYK0.990.4500.24
HSL207.19º97.96%38.43%-
HSV(B)207.19º98.97%76.08%-
XYZ15.0214.4253.03-
YUV85.52189.2168.43-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.66%
GREEN value IS 107 (42.19% from 255) = 35.31%
BLUE value IS 194 (76.17% from 255) = 64.03%
R=0.66%
G=35.31%
B=64.03%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal21071940.990.4500.24207.1997.9638.43
Hex26BC2632D018cf6226
Octal21533021435503031714246
Binary101101011110000101100011101101011000110011111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026BC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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