Html Css Color HEX #027CE5 Navy Blue

📋 copy color: '#027CE5'

red 2 ◦ green 124 ◦ blue 229

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

Shades of Navy Blue #027CE5

Tints of Navy Blue #027CE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 64.51%

R = 0.56%
G = 34.93%
B = 64.51%

CMYK

 C value IS 0.99

 M value IS 0.46

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#027CE5 (or 0x027CE5) is known color: Navy Blue. HEX triplet: 02, 7C and E5. RGB value is (2,124,229). Sum of RGB (Red+Green+Blue) = 2+124+229=355 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 355); Green value is 124 (48.83% from 255 or 34.93% from 355); Blue value is 229 (89.84% from 255 or 64.51% from 355); Max value from RGB is 229 - color contains mainly: blue. Hex color #027CE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027CE5 is #FD831A. Grayscale: #626262. Windows color (decimal): -16614171 or 15039490. OLE color: 15039490.

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

Color convert

RGB 2 124 229 -
CMYK 0.99 0.46 0 0.10
HSL 207.75º 0.98% 0.45% -
HSV(B) 207.75º 0.99% 0.9% -
XYZ 21.38 20.09 76.88 -
YUV 99.49 201.08 58.46 -
System Red Green Blue C M Y K H S L
Decimal 2 124 229 0.99 0.46 0 0.10 207.75 0.98 0.45
Hex 2 7C E5 63 2E 0 A D0 62 2D
Octal 2 174 345 143 56 0 12 320 142 55
Binary 10 1111100 11100101 1100011 101110 0 1010 11010000 1100010 101101

Color Harmonies of #027CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027CE5

Black with #027CE5

Text Example


Text Example

White with #027CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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