Html Css Color HEX #027CEB Navy Blue

📋 copy color: '#027CEB'

red 2 ◦ green 124 ◦ blue 235

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

Shades of Navy Blue #027CEB

Tints of Navy Blue #027CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 65.1%

R = 0.55%
G = 34.35%
B = 65.1%

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

#027CEB (or 0x027CEB) is known color: Navy Blue. HEX triplet: 02, 7C and EB. RGB value is (2,124,235). Sum of RGB (Red+Green+Blue) = 2+124+235=361 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 361); Green value is 124 (48.83% from 255 or 34.35% from 361); Blue value is 235 (92.19% from 255 or 65.10% from 361); Max value from RGB is 235 - color contains mainly: blue. Hex color #027CEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #027CEB is #FD8314. Grayscale: #636363. Windows color (decimal): -16614165 or 15432706. OLE color: 15432706.

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

Color convert

RGB 2 124 235 -
CMYK 0.99 0.47 0 0.08
HSL 208.58º 0.98% 0.46% -
HSV(B) 208.58º 0.99% 0.92% -
XYZ 22.23 20.43 81.37 -
YUV 100.18 204.08 57.97 -
System Red Green Blue C M Y K H S L
Decimal 2 124 235 0.99 0.47 0 0.08 208.58 0.98 0.46
Hex 2 7C EB 63 2F 0 8 D1 62 2E
Octal 2 174 353 143 57 0 10 321 142 56
Binary 10 1111100 11101011 1100011 101111 0 1000 11010001 1100010 101110

Color Harmonies of #027CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027CEB

Black with #027CEB

Text Example


Text Example

White with #027CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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