#027BC2

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

Shades of Navy Blue #027BC2

Tints of Navy Blue #027BC2

Color information

#027BC2 (or 0x027BC2) is unknown color: approx Navy Blue. HEX triplet: 02, 7B and C2. RGB value is (2,123,194). Sum of RGB (Red+Green+Blue) = 2+123+194=319 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 319); Green value is 123 (48.44% from 255 or 38.56% from 319); Blue value is 194 (76.17% from 255 or 60.82% from 319); Max value from RGB is 194 - color contains mainly: blue. Hex color #027BC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027BC2 is #FD843D. Grayscale: #5E5E5E. Windows color (decimal): -16614462 or 12745474. OLE color: 12745474.

HSL color Cylindrical-coordinate representation of color #027BC2: hue angle of 202.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 #027BC2 is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB2123194-
CMYK0.990.3700.24
HSL202.19º97.96%38.43%-
HSV(B)202.19º98.97%76.08%-
XYZ16.8518.0753.64-
YUV94.92183.9161.73-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.63%
GREEN value IS 123 (48.44% from 255) = 38.56%
BLUE value IS 194 (76.17% from 255) = 60.82%
R=0.63%
G=38.56%
B=60.82%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal21231940.990.3700.24202.1997.9638.43
Hex27BC26325018ca6226
Octal21733021434503031214246
Binary101111011110000101100011100101011000110010101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027BC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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