Html Css Color HEX #025EBC Navy Blue

📋 copy color: '#025EBC'

red 2 ◦ green 94 ◦ blue 188

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

Shades of Navy Blue #025EBC

Tints of Navy Blue #025EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 66.2%

R = 0.7%
G = 33.1%
B = 66.2%

CMYK

 C value IS 0.99

 M value IS 0.50

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#025EBC (or 0x025EBC) is known color: Navy Blue. HEX triplet: 02, 5E and BC. RGB value is (2,94,188). Sum of RGB (Red+Green+Blue) = 2+94+188=284 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 284); Green value is 94 (37.11% from 255 or 33.10% from 284); Blue value is 188 (73.83% from 255 or 66.20% from 284); Max value from RGB is 188 - color contains mainly: blue. Hex color #025EBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #025EBC is #FDA143. Grayscale: #4C4C4C. Windows color (decimal): -16621892 or 12344834. OLE color: 12344834.

HSL color Cylindrical-coordinate representation of color #025EBC: hue angle of 210.32º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #025EBC is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 2 94 188 -
CMYK 0.99 0.50 0 0.26
HSL 210.32º 0.98% 0.37% -
HSV(B) 210.32º 0.99% 0.74% -
XYZ 13.1 11.65 49.13 -
YUV 77.21 190.52 74.36 -
System Red Green Blue C M Y K H S L
Decimal 2 94 188 0.99 0.50 0 0.26 210.32 0.98 0.37
Hex 2 5E BC 63 32 0 1A D2 62 25
Octal 2 136 274 143 62 0 32 322 142 45
Binary 10 1011110 10111100 1100011 110010 0 11010 11010010 1100010 100101

Color Harmonies of #025EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025EBC

Black with #025EBC

Text Example


Text Example

White with #025EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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