Html Css Color HEX #027CC5 Navy Blue

📋 copy color: '#027CC5'

red 2 ◦ green 124 ◦ blue 197

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

Shades of Navy Blue #027CC5

Tints of Navy Blue #027CC5

RGB

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

 GREEN value IS 124 (48.83% from 255) = 38.39%

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

R = 0.62%
G = 38.39%
B = 60.99%

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

#027CC5 (or 0x027CC5) is known color: Navy Blue. HEX triplet: 02, 7C and C5. RGB value is (2,124,197). Sum of RGB (Red+Green+Blue) = 2+124+197=323 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 323); Green value is 124 (48.83% from 255 or 38.39% from 323); Blue value is 197 (77.34% from 255 or 60.99% from 323); Max value from RGB is 197 - color contains mainly: blue. Hex color #027CC5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027CC5 is #FD833A. Grayscale: #5F5F5F. Windows color (decimal): -16614203 or 12942338. OLE color: 12942338.

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

Color convert

RGB 2 124 197 -
CMYK 0.99 0.37 0 0.23
HSL 202.46º 0.98% 0.39% -
HSV(B) 202.46º 0.99% 0.77% -
XYZ 17.31 18.46 55.47 -
YUV 95.84 185.08 61.06 -
System Red Green Blue C M Y K H S L
Decimal 2 124 197 0.99 0.37 0 0.23 202.46 0.98 0.39
Hex 2 7C C5 63 25 0 17 CA 62 27
Octal 2 174 305 143 45 0 27 312 142 47
Binary 10 1111100 11000101 1100011 100101 0 10111 11001010 1100010 100111

Color Harmonies of #027CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027CC5

Black with #027CC5

Text Example


Text Example

White with #027CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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