Html Css Color HEX #25418D Tory Blue

📋 copy color: '#25418D'

red 37 ◦ green 65 ◦ blue 141

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

Shades of Tory Blue #25418D

Tints of Tory Blue #25418D

RGB

 RED value IS 37 (14.84% from 255) = 15.23%

 GREEN value IS 65 (25.78% from 255) = 26.75%

 BLUE value IS 141 (55.47% from 255) = 58.02%

R = 15.23%
G = 26.75%
B = 58.02%

CMYK

 C value IS 0.74

 M value IS 0.54

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#25418D (or 0x25418D) is known color: Tory Blue. HEX triplet: 25, 41 and 8D. RGB value is (37,65,141). Sum of RGB (Red+Green+Blue) = 37+65+141=243 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.23% from 243); Green value is 65 (25.78% from 255 or 26.75% from 243); Blue value is 141 (55.47% from 255 or 58.02% from 243); Max value from RGB is 141 - color contains mainly: blue. Hex color #25418D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25418D is #DABE72. Grayscale: #404040. Windows color (decimal): -14335603 or 9257253. OLE color: 9257253.

HSL color Cylindrical-coordinate representation of color #25418D: hue angle of 223.85º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #25418D is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 37 65 141 -
CMYK 0.74 0.54 0 0.45
HSL 223.85º 0.58% 0.35% -
HSV(B) 223.85º 0.74% 0.55% -
XYZ 7.46 6.1 25.98 -
YUV 65.29 170.72 107.82 -
System Red Green Blue C M Y K H S L
Decimal 37 65 141 0.74 0.54 0 0.45 223.85 0.58 0.35
Hex 25 41 8D 4A 36 0 2D E0 3A 23
Octal 45 101 215 112 66 0 55 340 72 43
Binary 100101 1000001 10001101 1001010 110110 0 101101 11100000 111010 100011

Color Harmonies of #25418D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25418D

Black with #25418D

Text Example


Text Example

White with #25418D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25418D; }

 p { color: rgb(37,65,141); }

 H1.HeaderClassName
 {
   color: #25418D;
 }
 .AnyTagClassName
 {
   color: #25418D;
 }
</style>

background-color css

<style>
 a { background-color: #25418D; }

 a { background-color: rgb(37,65,141); }

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

border-color css

<style>
 span { border-color: #25418D; }

 span { border-color: rgb(37,65,141); }

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