#027DDC

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

Shades of Navy Blue #027DDC

Tints of Navy Blue #027DDC

Color information

#027DDC (or 0x027DDC) is unknown color: approx Navy Blue. HEX triplet: 02, 7D and DC. RGB value is (2,125,220). Sum of RGB (Red+Green+Blue) = 2+125+220=347 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 347); Green value is 125 (49.22% from 255 or 36.02% from 347); Blue value is 220 (86.33% from 255 or 63.40% from 347); Max value from RGB is 220 - color contains mainly: blue. Hex color #027DDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027DDC is #FD8223. Grayscale: #626262. Windows color (decimal): -16613924 or 14449922. OLE color: 14449922.

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

Color convert

RGB2125220-
CMYK0.990.4300.14
HSL206.15º98.2%43.53%-
HSV(B)206.15º99.09%86.27%-
XYZ20.2819.8570.47-
YUV99.05196.2558.78-

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.02%
BLUE value IS 220 (86.33% from 255) = 63.40%
R=0.58%
G=36.02%
B=63.40%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21252200.990.4300.14206.1598.243.53
Hex27DDC632B0Ece622c
Octal21753341435301631614254
Binary10111110111011100110001110101101110110011101100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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