Html Css Color HEX #027BEA Navy Blue

📋 copy color: '#027BEA'

red 2 ◦ green 123 ◦ blue 234

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

Shades of Navy Blue #027BEA

Tints of Navy Blue #027BEA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.26%

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

R = 0.56%
G = 34.26%
B = 65.18%

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

#027BEA (or 0x027BEA) is known color: Navy Blue. HEX triplet: 02, 7B and EA. RGB value is (2,123,234). Sum of RGB (Red+Green+Blue) = 2+123+234=359 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 359); Green value is 123 (48.44% from 255 or 34.26% from 359); Blue value is 234 (91.80% from 255 or 65.18% from 359); Max value from RGB is 234 - color contains mainly: blue. Hex color #027BEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #027BEA is #FD8415. Grayscale: #626262. Windows color (decimal): -16614422 or 15366914. OLE color: 15366914.

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

Color convert

RGB 2 123 234 -
CMYK 0.99 0.47 0 0.08
HSL 208.71º 0.98% 0.46% -
HSV(B) 208.71º 0.99% 0.92% -
XYZ 21.96 20.12 80.57 -
YUV 99.48 203.91 58.47 -
System Red Green Blue C M Y K H S L
Decimal 2 123 234 0.99 0.47 0 0.08 208.71 0.98 0.46
Hex 2 7B EA 63 2F 0 8 D1 62 2E
Octal 2 173 352 143 57 0 10 321 142 56
Binary 10 1111011 11101010 1100011 101111 0 1000 11010001 1100010 101110

Color Harmonies of #027BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027BEA

Black with #027BEA

Text Example


Text Example

White with #027BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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