Html Css Color HEX #027EC4 Navy Blue

📋 copy color: '#027EC4'

red 2 ◦ green 126 ◦ blue 196

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

Shades of Navy Blue #027EC4

Tints of Navy Blue #027EC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 60.49%

R = 0.62%
G = 38.89%
B = 60.49%

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

#027EC4 (or 0x027EC4) is known color: Navy Blue. HEX triplet: 02, 7E and C4. RGB value is (2,126,196). Sum of RGB (Red+Green+Blue) = 2+126+196=324 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 324); Green value is 126 (49.61% from 255 or 38.89% from 324); Blue value is 196 (76.95% from 255 or 60.49% from 324); Max value from RGB is 196 - color contains mainly: blue. Hex color #027EC4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027EC4 is #FD813B. Grayscale: #606060. Windows color (decimal): -16613692 or 12877314. OLE color: 12877314.

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

Color convert

RGB 2 126 196 -
CMYK 0.99 0.36 0 0.23
HSL 201.65º 0.98% 0.39% -
HSV(B) 201.65º 0.99% 0.77% -
XYZ 17.45 18.92 54.96 -
YUV 96.9 183.92 60.31 -
System Red Green Blue C M Y K H S L
Decimal 2 126 196 0.99 0.36 0 0.23 201.65 0.98 0.39
Hex 2 7E C4 63 24 0 17 CA 62 27
Octal 2 176 304 143 44 0 27 312 142 47
Binary 10 1111110 11000100 1100011 100100 0 10111 11001010 1100010 100111

Color Harmonies of #027EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027EC4

Black with #027EC4

Text Example


Text Example

White with #027EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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