#027AE3

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

Shades of Navy Blue #027AE3

Tints of Navy Blue #027AE3

Color information

#027AE3 (or 0x027AE3) is unknown color: approx Navy Blue. HEX triplet: 02, 7A and E3. RGB value is (2,122,227). Sum of RGB (Red+Green+Blue) = 2+122+227=351 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 351); Green value is 122 (48.05% from 255 or 34.76% from 351); Blue value is 227 (89.06% from 255 or 64.67% from 351); Max value from RGB is 227 - color contains mainly: blue. Hex color #027AE3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027AE3 is #FD851C. Grayscale: #616161. Windows color (decimal): -16614685 or 14907906. OLE color: 14907906.

HSL color Cylindrical-coordinate representation of color #027AE3: hue angle of 208º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027AE3 is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB2122227-
CMYK0.990.4600.11
HSL208º98.25%44.9%-
HSV(B)208º99.12%89.02%-
XYZ20.8519.4875.33-
YUV98.09200.7459.46-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.57%
GREEN value IS 122 (48.05% from 255) = 34.76%
BLUE value IS 227 (89.06% from 255) = 64.67%
R=0.57%
G=34.76%
B=64.67%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal21222270.990.4600.1120898.2544.9
Hex27AE3632E0Bd0622d
Octal21723431435601332014255
Binary10111101011100011110001110111001011110100001100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027AE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,122,227); }

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

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

 a { background-color: rgb(2,122,227); }

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

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

 span { border-color: rgb(2,122,227); }

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