Html Css Color HEX #027EC5 Navy Blue

📋 copy color: '#027EC5'

red 2 ◦ green 126 ◦ blue 197

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

Shades of Navy Blue #027EC5

Tints of Navy Blue #027EC5

RGB

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

 GREEN value IS 126 (49.61% from 255) = 38.77%

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

R = 0.62%
G = 38.77%
B = 60.62%

CMYK

 C value IS 0.99

 M value IS 0.36

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#027EC5 (or 0x027EC5) is known color: Navy Blue. HEX triplet: 02, 7E and C5. RGB value is (2,126,197). Sum of RGB (Red+Green+Blue) = 2+126+197=325 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 325); Green value is 126 (49.61% from 255 or 38.77% from 325); Blue value is 197 (77.34% from 255 or 60.62% from 325); Max value from RGB is 197 - color contains mainly: blue. Hex color #027EC5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027EC5 is #FD813A. Grayscale: #606060. Windows color (decimal): -16613691 or 12942850. OLE color: 12942850.

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

Color convert

RGB 2 126 197 -
CMYK 0.99 0.36 0 0.23
HSL 201.85º 0.98% 0.39% -
HSV(B) 201.85º 0.99% 0.77% -
XYZ 17.56 18.97 55.56 -
YUV 97.02 184.42 60.23 -
System Red Green Blue C M Y K H S L
Decimal 2 126 197 0.99 0.36 0 0.23 201.85 0.98 0.39
Hex 2 7E C5 63 24 0 17 CA 62 27
Octal 2 176 305 143 44 0 27 312 142 47
Binary 10 1111110 11000101 1100011 100100 0 10111 11001010 1100010 100111

Color Harmonies of #027EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027EC5

Black with #027EC5

Text Example


Text Example

White with #027EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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