#027DDA

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

Shades of Navy Blue #027DDA

Tints of Navy Blue #027DDA

Color information

#027DDA (or 0x027DDA) is unknown color: approx Navy Blue. HEX triplet: 02, 7D and DA. RGB value is (2,125,218). Sum of RGB (Red+Green+Blue) = 2+125+218=345 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 345); Green value is 125 (49.22% from 255 or 36.23% from 345); Blue value is 218 (85.55% from 255 or 63.19% from 345); Max value from RGB is 218 - color contains mainly: blue. Hex color #027DDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027DDA is #FD8225. Grayscale: #626262. Windows color (decimal): -16613926 or 14318850. OLE color: 14318850.

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

Color convert

RGB2125218-
CMYK0.990.4300.15
HSL205.83º98.18%43.14%-
HSV(B)205.83º99.08%85.49%-
XYZ20.0119.7469.09-
YUV98.82195.2558.94-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.58%
GREEN value IS 125 (49.22% from 255) = 36.23%
BLUE value IS 218 (85.55% from 255) = 63.19%
R=0.58%
G=36.23%
B=63.19%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21252180.990.4300.15205.8398.1843.14
Hex27DDA632B0Fce622b
Octal21753321435301731614253
Binary10111110111011010110001110101101111110011101100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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