Html Css Color HEX #027EEA Navy Blue

📋 copy color: '#027EEA'

red 2 ◦ green 126 ◦ blue 234

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

Shades of Navy Blue #027EEA

Tints of Navy Blue #027EEA

RGB

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

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

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

R = 0.55%
G = 34.81%
B = 64.64%

CMYK

 C value IS 0.99

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#027EEA (or 0x027EEA) is known color: Navy Blue. HEX triplet: 02, 7E and EA. RGB value is (2,126,234). Sum of RGB (Red+Green+Blue) = 2+126+234=362 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 362); Green value is 126 (49.61% from 255 or 34.81% from 362); Blue value is 234 (91.80% from 255 or 64.64% from 362); Max value from RGB is 234 - color contains mainly: blue. Hex color #027EEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #027EEA is #FD8115. Grayscale: #646464. Windows color (decimal): -16613654 or 15367682. OLE color: 15367682.

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

Color convert

RGB 2 126 234 -
CMYK 0.99 0.46 0 0.08
HSL 207.93º 0.98% 0.46% -
HSV(B) 207.93º 0.99% 0.92% -
XYZ 22.34 20.88 80.69 -
YUV 101.24 202.92 57.22 -
System Red Green Blue C M Y K H S L
Decimal 2 126 234 0.99 0.46 0 0.08 207.93 0.98 0.46
Hex 2 7E EA 63 2E 0 8 D0 62 2E
Octal 2 176 352 143 56 0 10 320 142 56
Binary 10 1111110 11101010 1100011 101110 0 1000 11010000 1100010 101110

Color Harmonies of #027EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027EEA

Black with #027EEA

Text Example


Text Example

White with #027EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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