Html Css Color HEX #027CC6 Navy Blue

📋 copy color: '#027CC6'

red 2 ◦ green 124 ◦ blue 198

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

Shades of Navy Blue #027CC6

Tints of Navy Blue #027CC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 61.11%

R = 0.62%
G = 38.27%
B = 61.11%

CMYK

 C value IS 0.99

 M value IS 0.37

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#027CC6 (or 0x027CC6) is known color: Navy Blue. HEX triplet: 02, 7C and C6. RGB value is (2,124,198). Sum of RGB (Red+Green+Blue) = 2+124+198=324 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 324); Green value is 124 (48.83% from 255 or 38.27% from 324); Blue value is 198 (77.73% from 255 or 61.11% from 324); Max value from RGB is 198 - color contains mainly: blue. Hex color #027CC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027CC6 is #FD8339. Grayscale: #5F5F5F. Windows color (decimal): -16614202 or 13007874. OLE color: 13007874.

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

Color convert

RGB 2 124 198 -
CMYK 0.99 0.37 0 0.22
HSL 202.65º 0.98% 0.39% -
HSV(B) 202.65º 0.99% 0.78% -
XYZ 17.43 18.51 56.08 -
YUV 95.96 185.58 60.98 -
System Red Green Blue C M Y K H S L
Decimal 2 124 198 0.99 0.37 0 0.22 202.65 0.98 0.39
Hex 2 7C C6 63 25 0 16 CB 62 27
Octal 2 174 306 143 45 0 26 313 142 47
Binary 10 1111100 11000110 1100011 100101 0 10110 11001011 1100010 100111

Color Harmonies of #027CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027CC6

Black with #027CC6

Text Example


Text Example

White with #027CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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