Html Css Color HEX #027CE4 Navy Blue

📋 copy color: '#027CE4'

red 2 ◦ green 124 ◦ blue 228

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

Shades of Navy Blue #027CE4

Tints of Navy Blue #027CE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 64.41%

R = 0.56%
G = 35.03%
B = 64.41%

CMYK

 C value IS 0.99

 M value IS 0.46

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#027CE4 (or 0x027CE4) is known color: Navy Blue. HEX triplet: 02, 7C and E4. RGB value is (2,124,228). Sum of RGB (Red+Green+Blue) = 2+124+228=354 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 354); Green value is 124 (48.83% from 255 or 35.03% from 354); Blue value is 228 (89.45% from 255 or 64.41% from 354); Max value from RGB is 228 - color contains mainly: blue. Hex color #027CE4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027CE4 is #FD831B. Grayscale: #626262. Windows color (decimal): -16614172 or 14973954. OLE color: 14973954.

HSL color Cylindrical-coordinate representation of color #027CE4: hue angle of 207.61º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027CE4 is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 2 124 228 -
CMYK 0.99 0.46 0 0.11
HSL 207.61º 0.98% 0.45% -
HSV(B) 207.61º 0.99% 0.89% -
XYZ 21.24 20.03 76.15 -
YUV 99.38 200.58 58.54 -
System Red Green Blue C M Y K H S L
Decimal 2 124 228 0.99 0.46 0 0.11 207.61 0.98 0.45
Hex 2 7C E4 63 2E 0 B D0 62 2D
Octal 2 174 344 143 56 0 13 320 142 55
Binary 10 1111100 11100100 1100011 101110 0 1011 11010000 1100010 101101

Color Harmonies of #027CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027CE4

Black with #027CE4

Text Example


Text Example

White with #027CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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