Html Css Color HEX #027CEA Navy Blue

📋 copy color: '#027CEA'

red 2 ◦ green 124 ◦ blue 234

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

Shades of Navy Blue #027CEA

Tints of Navy Blue #027CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 65%

R = 0.56%
G = 34.44%
B = 65%

CMYK

 C value IS 0.99

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#027CEA (or 0x027CEA) is known color: Navy Blue. HEX triplet: 02, 7C and EA. RGB value is (2,124,234). Sum of RGB (Red+Green+Blue) = 2+124+234=360 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 360); Green value is 124 (48.83% from 255 or 34.44% from 360); Blue value is 234 (91.80% from 255 or 65% from 360); Max value from RGB is 234 - color contains mainly: blue. Hex color #027CEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #027CEA is #FD8315. Grayscale: #636363. Windows color (decimal): -16614166 or 15367170. OLE color: 15367170.

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

Color convert

RGB 2 124 234 -
CMYK 0.99 0.47 0 0.08
HSL 208.45º 0.98% 0.46% -
HSV(B) 208.45º 0.99% 0.92% -
XYZ 22.08 20.37 80.61 -
YUV 100.06 203.58 58.06 -
System Red Green Blue C M Y K H S L
Decimal 2 124 234 0.99 0.47 0 0.08 208.45 0.98 0.46
Hex 2 7C EA 63 2F 0 8 D0 62 2E
Octal 2 174 352 143 57 0 10 320 142 56
Binary 10 1111100 11101010 1100011 101111 0 1000 11010000 1100010 101110

Color Harmonies of #027CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027CEA

Black with #027CEA

Text Example


Text Example

White with #027CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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