Html Css Color HEX #027CEC Navy Blue

📋 copy color: '#027CEC'

red 2 ◦ green 124 ◦ blue 236

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

Shades of Navy Blue #027CEC

Tints of Navy Blue #027CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 65.19%

R = 0.55%
G = 34.25%
B = 65.19%

CMYK

 C value IS 0.99

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#027CEC (or 0x027CEC) is known color: Navy Blue. HEX triplet: 02, 7C and EC. RGB value is (2,124,236). Sum of RGB (Red+Green+Blue) = 2+124+236=362 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 362); Green value is 124 (48.83% from 255 or 34.25% from 362); Blue value is 236 (92.58% from 255 or 65.19% from 362); Max value from RGB is 236 - color contains mainly: blue. Hex color #027CEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #027CEC is #FD8313. Grayscale: #636363. Windows color (decimal): -16614164 or 15498242. OLE color: 15498242.

HSL color Cylindrical-coordinate representation of color #027CEC: hue angle of 208.72º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027CEC is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 2 124 236 -
CMYK 0.99 0.47 0 0.07
HSL 208.72º 0.98% 0.47% -
HSV(B) 208.72º 0.99% 0.93% -
XYZ 22.37 20.48 82.13 -
YUV 100.29 204.58 57.89 -
System Red Green Blue C M Y K H S L
Decimal 2 124 236 0.99 0.47 0 0.07 208.72 0.98 0.47
Hex 2 7C EC 63 2F 0 7 D1 62 2F
Octal 2 174 354 143 57 0 7 321 142 57
Binary 10 1111100 11101100 1100011 101111 0 111 11010001 1100010 101111

Color Harmonies of #027CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027CEC

Black with #027CEC

Text Example


Text Example

White with #027CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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