#027DE0

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

Shades of Navy Blue #027DE0

Tints of Navy Blue #027DE0

Color information

#027DE0 (or 0x027DE0) is unknown color: approx Navy Blue. HEX triplet: 02, 7D and E0. RGB value is (2,125,224). Sum of RGB (Red+Green+Blue) = 2+125+224=351 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 351); Green value is 125 (49.22% from 255 or 35.61% from 351); Blue value is 224 (87.89% from 255 or 63.82% from 351); Max value from RGB is 224 - color contains mainly: blue. Hex color #027DE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027DE0 is #FD821F. Grayscale: #626262. Windows color (decimal): -16613920 or 14712066. OLE color: 14712066.

HSL color Cylindrical-coordinate representation of color #027DE0: hue angle of 206.76º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027DE0 is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB2125224-
CMYK0.990.4400.12
HSL206.76º98.23%44.31%-
HSV(B)206.76º99.11%87.84%-
XYZ20.8120.0673.3-
YUV99.51198.2558.45-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.57%
GREEN value IS 125 (49.22% from 255) = 35.61%
BLUE value IS 224 (87.89% from 255) = 63.82%
R=0.57%
G=35.61%
B=63.82%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal21252240.990.4400.12206.7698.2344.31
Hex27DE0632C0Ccf622c
Octal21753401435401431714254
Binary10111110111100000110001110110001100110011111100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,125,224); }

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

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

 a { background-color: rgb(2,125,224); }

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

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

 span { border-color: rgb(2,125,224); }

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