Html Css Color HEX #025ECE Navy Blue

📋 copy color: '#025ECE'

red 2 ◦ green 94 ◦ blue 206

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

Shades of Navy Blue #025ECE

Tints of Navy Blue #025ECE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.13%

 BLUE value IS 206 (80.86% from 255) = 68.21%

R = 0.66%
G = 31.13%
B = 68.21%

CMYK

 C value IS 0.99

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#025ECE (or 0x025ECE) is known color: Navy Blue. HEX triplet: 02, 5E and CE. RGB value is (2,94,206). Sum of RGB (Red+Green+Blue) = 2+94+206=302 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 302); Green value is 94 (37.11% from 255 or 31.13% from 302); Blue value is 206 (80.86% from 255 or 68.21% from 302); Max value from RGB is 206 - color contains mainly: blue. Hex color #025ECE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #025ECE is #FDA131. Grayscale: #4E4E4E. Windows color (decimal): -16621874 or 13524482. OLE color: 13524482.

HSL color Cylindrical-coordinate representation of color #025ECE: hue angle of 212.94º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #025ECE is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 2 94 206 -
CMYK 0.99 0.54 0 0.19
HSL 212.94º 0.98% 0.41% -
HSV(B) 212.94º 0.99% 0.81% -
XYZ 15.17 12.47 60 -
YUV 79.26 199.52 72.89 -
System Red Green Blue C M Y K H S L
Decimal 2 94 206 0.99 0.54 0 0.19 212.94 0.98 0.41
Hex 2 5E CE 63 36 0 13 D5 62 29
Octal 2 136 316 143 66 0 23 325 142 51
Binary 10 1011110 11001110 1100011 110110 0 10011 11010101 1100010 101001

Color Harmonies of #025ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025ECE

Black with #025ECE

Text Example


Text Example

White with #025ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025ECE; }

 p { color: rgb(2,94,206); }

 H1.HeaderClassName
 {
   color: #025ECE;
 }
 .AnyTagClassName
 {
   color: #025ECE;
 }
</style>

background-color css

<style>
 a { background-color: #025ECE; }

 a { background-color: rgb(2,94,206); }

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

border-color css

<style>
 span { border-color: #025ECE; }

 span { border-color: rgb(2,94,206); }

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