Html Css Color HEX #027DD5 Navy Blue

📋 copy color: '#027DD5'

red 2 ◦ green 125 ◦ blue 213

#027DD5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #027DD5

Tints of Navy Blue #027DD5

RGB

 RED value IS 2 (1.17% from 255) = 0.59%

 GREEN value IS 125 (49.22% from 255) = 36.76%

 BLUE value IS 213 (83.59% from 255) = 62.65%

R = 0.59%
G = 36.76%
B = 62.65%

CMYK

 C value IS 0.99

 M value IS 0.41

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#027DD5 (or 0x027DD5) is known color: Navy Blue. HEX triplet: 02, 7D and D5. RGB value is (2,125,213). Sum of RGB (Red+Green+Blue) = 2+125+213=340 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 340); Green value is 125 (49.22% from 255 or 36.76% from 340); Blue value is 213 (83.59% from 255 or 62.65% from 340); Max value from RGB is 213 - color contains mainly: blue. Hex color #027DD5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027DD5 is #FD822A. Grayscale: #616161. Windows color (decimal): -16613931 or 13991170. OLE color: 13991170.

HSL color Cylindrical-coordinate representation of color #027DD5: hue angle of 205.02º 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 #027DD5 is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 2 125 213 -
CMYK 0.99 0.41 0 0.16
HSL 205.02º 0.98% 0.42% -
HSV(B) 205.02º 0.99% 0.84% -
XYZ 19.37 19.48 65.69 -
YUV 98.26 192.75 59.34 -
System Red Green Blue C M Y K H S L
Decimal 2 125 213 0.99 0.41 0 0.16 205.02 0.98 0.42
Hex 2 7D D5 63 29 0 10 CD 62 2A
Octal 2 175 325 143 51 0 20 315 142 52
Binary 10 1111101 11010101 1100011 101001 0 10000 11001101 1100010 101010

Color Harmonies of #027DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027DD5

Black with #027DD5

Text Example


Text Example

White with #027DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #027DD5;
 }
 .AnyTagClassName
 {
   color: #027DD5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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