Html Css Color HEX #25418A Tory Blue

📋 copy color: '#25418A'

red 37 ◦ green 65 ◦ blue 138

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

Shades of Tory Blue #25418A

Tints of Tory Blue #25418A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 57.5%

R = 15.42%
G = 27.08%
B = 57.5%

CMYK

 C value IS 0.73

 M value IS 0.53

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#25418A (or 0x25418A) is known color: Tory Blue. HEX triplet: 25, 41 and 8A. RGB value is (37,65,138). Sum of RGB (Red+Green+Blue) = 37+65+138=240 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.42% from 240); Green value is 65 (25.78% from 255 or 27.08% from 240); Blue value is 138 (54.30% from 255 or 57.5% from 240); Max value from RGB is 138 - color contains mainly: blue. Hex color #25418A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25418A is #DABE75. Grayscale: #404040. Windows color (decimal): -14335606 or 9060645. OLE color: 9060645.

HSL color Cylindrical-coordinate representation of color #25418A: hue angle of 223.37º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #25418A is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 37 65 138 -
CMYK 0.73 0.53 0 0.46
HSL 223.37º 0.58% 0.34% -
HSV(B) 223.37º 0.73% 0.54% -
XYZ 7.24 6.01 24.82 -
YUV 64.95 169.22 108.06 -
System Red Green Blue C M Y K H S L
Decimal 37 65 138 0.73 0.53 0 0.46 223.37 0.58 0.34
Hex 25 41 8A 49 35 0 2E DF 3A 22
Octal 45 101 212 111 65 0 56 337 72 42
Binary 100101 1000001 10001010 1001001 110101 0 101110 11011111 111010 100010

Color Harmonies of #25418A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25418A

Black with #25418A

Text Example


Text Example

White with #25418A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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