#027BD5

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

Shades of Navy Blue #027BD5

Tints of Navy Blue #027BD5

Color information

#027BD5 (or 0x027BD5) is unknown color: approx Navy Blue. HEX triplet: 02, 7B and D5. RGB value is (2,123,213). Sum of RGB (Red+Green+Blue) = 2+123+213=338 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 338); Green value is 123 (48.44% from 255 or 36.39% from 338); Blue value is 213 (83.59% from 255 or 63.02% from 338); Max value from RGB is 213 - color contains mainly: blue. Hex color #027BD5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027BD5 is #FD842A. Grayscale: #606060. Windows color (decimal): -16614443 or 13990658. OLE color: 13990658.

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

Color convert

RGB2123213-
CMYK0.990.4200.16
HSL205.59º98.14%42.16%-
HSV(B)205.59º99.06%83.53%-
XYZ19.1218.9865.61-
YUV97.08193.4160.18-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.59%
GREEN value IS 123 (48.44% from 255) = 36.39%
BLUE value IS 213 (83.59% from 255) = 63.02%
R=0.59%
G=36.39%
B=63.02%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21232130.990.4200.16205.5998.1442.16
Hex27BD5632A010ce622a
Octal21733251435202031614252
Binary101111011110101011100011101010010000110011101100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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