#027EC6

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

Shades of Navy Blue #027EC6

Tints of Navy Blue #027EC6

Color information

#027EC6 (or 0x027EC6) is unknown color: approx Navy Blue. HEX triplet: 02, 7E and C6. RGB value is (2,126,198). Sum of RGB (Red+Green+Blue) = 2+126+198=326 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 326); Green value is 126 (49.61% from 255 or 38.65% from 326); Blue value is 198 (77.73% from 255 or 60.74% from 326); Max value from RGB is 198 - color contains mainly: blue. Hex color #027EC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027EC6 is #FD8139. Grayscale: #606060. Windows color (decimal): -16613690 or 13008386. OLE color: 13008386.

HSL color Cylindrical-coordinate representation of color #027EC6: hue angle of 202.04º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027EC6 is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB2126198-
CMYK0.990.3600.22
HSL202.04º98%39.22%-
HSV(B)202.04º98.99%77.65%-
XYZ17.6819.0156.16-
YUV97.13184.9260.15-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.61%
GREEN value IS 126 (49.61% from 255) = 38.65%
BLUE value IS 198 (77.73% from 255) = 60.74%
R=0.61%
G=38.65%
B=60.74%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal21261980.990.3600.22202.049839.22
Hex27EC66324016ca6227
Octal21763061434402631214247
Binary101111110110001101100011100100010110110010101100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027EC6; }

 p { color: rgb(2,126,198); }

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

<style>
 a { background-color: #027EC6; }

 a { background-color: rgb(2,126,198); }

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

<style>
 span { border-color: #027EC6; }

 span { border-color: rgb(2,126,198); }

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