Html Css Color HEX #025CD5 Navy Blue

📋 copy color: '#025CD5'

red 2 ◦ green 92 ◦ blue 213

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

Shades of Navy Blue #025CD5

Tints of Navy Blue #025CD5

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.97%

 BLUE value IS 213 (83.59% from 255) = 69.38%

R = 0.65%
G = 29.97%
B = 69.38%

CMYK

 C value IS 0.99

 M value IS 0.57

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#025CD5 (or 0x025CD5) is known color: Navy Blue. HEX triplet: 02, 5C and D5. RGB value is (2,92,213). Sum of RGB (Red+Green+Blue) = 2+92+213=307 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 307); Green value is 92 (36.33% from 255 or 29.97% from 307); Blue value is 213 (83.59% from 255 or 69.38% from 307); Max value from RGB is 213 - color contains mainly: blue. Hex color #025CD5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #025CD5 is #FDA32A. Grayscale: #4E4E4E. Windows color (decimal): -16622379 or 13982722. OLE color: 13982722.

HSL color Cylindrical-coordinate representation of color #025CD5: hue angle of 214.41º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #025CD5 is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 2 92 213 -
CMYK 0.99 0.57 0 0.16
HSL 214.41º 0.98% 0.42% -
HSV(B) 214.41º 0.99% 0.84% -
XYZ 15.86 12.47 64.52 -
YUV 78.88 203.68 73.16 -
System Red Green Blue C M Y K H S L
Decimal 2 92 213 0.99 0.57 0 0.16 214.41 0.98 0.42
Hex 2 5C D5 63 39 0 10 D6 62 2A
Octal 2 134 325 143 71 0 20 326 142 52
Binary 10 1011100 11010101 1100011 111001 0 10000 11010110 1100010 101010

Color Harmonies of #025CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025CD5

Black with #025CD5

Text Example


Text Example

White with #025CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,92,213); }

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

background-color css

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

 a { background-color: rgb(2,92,213); }

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

border-color css

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

 span { border-color: rgb(2,92,213); }

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