Html Css Color HEX #025ECF Navy Blue

📋 copy color: '#025ECF'

red 2 ◦ green 94 ◦ blue 207

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

Shades of Navy Blue #025ECF

Tints of Navy Blue #025ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 68.32%

R = 0.66%
G = 31.02%
B = 68.32%

CMYK

 C value IS 0.99

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#025ECF (or 0x025ECF) is known color: Navy Blue. HEX triplet: 02, 5E and CF. RGB value is (2,94,207). Sum of RGB (Red+Green+Blue) = 2+94+207=303 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 303); Green value is 94 (37.11% from 255 or 31.02% from 303); Blue value is 207 (81.25% from 255 or 68.32% from 303); Max value from RGB is 207 - color contains mainly: blue. Hex color #025ECF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #025ECF is #FDA130. Grayscale: #4E4E4E. Windows color (decimal): -16621873 or 13590018. OLE color: 13590018.

HSL color Cylindrical-coordinate representation of color #025ECF: hue angle of 213.07º 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 #025ECF is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 2 94 207 -
CMYK 0.99 0.55 0 0.19
HSL 213.07º 0.98% 0.41% -
HSV(B) 213.07º 0.99% 0.81% -
XYZ 15.29 12.52 60.64 -
YUV 79.37 200.02 72.81 -
System Red Green Blue C M Y K H S L
Decimal 2 94 207 0.99 0.55 0 0.19 213.07 0.98 0.41
Hex 2 5E CF 63 37 0 13 D5 62 29
Octal 2 136 317 143 67 0 23 325 142 51
Binary 10 1011110 11001111 1100011 110111 0 10011 11010101 1100010 101001

Color Harmonies of #025ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025ECF

Black with #025ECF

Text Example


Text Example

White with #025ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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