Html Css Color HEX #25418C Tory Blue

📋 copy color: '#25418C'

red 37 ◦ green 65 ◦ blue 140

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

Shades of Tory Blue #25418C

Tints of Tory Blue #25418C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 57.85%

R = 15.29%
G = 26.86%
B = 57.85%

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

#25418C (or 0x25418C) is known color: Tory Blue. HEX triplet: 25, 41 and 8C. RGB value is (37,65,140). Sum of RGB (Red+Green+Blue) = 37+65+140=242 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.29% from 242); Green value is 65 (25.78% from 255 or 26.86% from 242); Blue value is 140 (55.08% from 255 or 57.85% from 242); Max value from RGB is 140 - color contains mainly: blue. Hex color #25418C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25418C is #DABE73. Grayscale: #404040. Windows color (decimal): -14335604 or 9191717. OLE color: 9191717.

HSL color Cylindrical-coordinate representation of color #25418C: hue angle of 223.69º 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 #25418C is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 37 65 140 -
CMYK 0.74 0.54 0 0.45
HSL 223.69º 0.58% 0.35% -
HSV(B) 223.69º 0.74% 0.55% -
XYZ 7.39 6.07 25.59 -
YUV 65.18 170.22 107.9 -
System Red Green Blue C M Y K H S L
Decimal 37 65 140 0.74 0.54 0 0.45 223.69 0.58 0.35
Hex 25 41 8C 4A 36 0 2D E0 3A 23
Octal 45 101 214 112 66 0 55 340 72 43
Binary 100101 1000001 10001100 1001010 110110 0 101101 11100000 111010 100011

Color Harmonies of #25418C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25418C

Black with #25418C

Text Example


Text Example

White with #25418C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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