Html Css Color HEX #027DC5 Navy Blue

📋 copy color: '#027DC5'

red 2 ◦ green 125 ◦ blue 197

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

Shades of Navy Blue #027DC5

Tints of Navy Blue #027DC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 60.8%

R = 0.62%
G = 38.58%
B = 60.8%

CMYK

 C value IS 0.99

 M value IS 0.37

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#027DC5 (or 0x027DC5) is known color: Navy Blue. HEX triplet: 02, 7D and C5. RGB value is (2,125,197). Sum of RGB (Red+Green+Blue) = 2+125+197=324 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 324); Green value is 125 (49.22% from 255 or 38.58% from 324); Blue value is 197 (77.34% from 255 or 60.80% from 324); Max value from RGB is 197 - color contains mainly: blue. Hex color #027DC5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027DC5 is #FD823A. Grayscale: #606060. Windows color (decimal): -16613947 or 12942594. OLE color: 12942594.

HSL color Cylindrical-coordinate representation of color #027DC5: hue angle of 202.15º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027DC5 is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 2 125 197 -
CMYK 0.99 0.37 0 0.23
HSL 202.15º 0.98% 0.39% -
HSV(B) 202.15º 0.99% 0.77% -
XYZ 17.44 18.71 55.52 -
YUV 96.43 184.75 60.65 -
System Red Green Blue C M Y K H S L
Decimal 2 125 197 0.99 0.37 0 0.23 202.15 0.98 0.39
Hex 2 7D C5 63 25 0 17 CA 62 27
Octal 2 175 305 143 45 0 27 312 142 47
Binary 10 1111101 11000101 1100011 100101 0 10111 11001010 1100010 100111

Color Harmonies of #027DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027DC5

Black with #027DC5

Text Example


Text Example

White with #027DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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