Html Css Color HEX #25418B Tory Blue

📋 copy color: '#25418B'

red 37 ◦ green 65 ◦ blue 139

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

Shades of Tory Blue #25418B

Tints of Tory Blue #25418B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 57.68%

R = 15.35%
G = 26.97%
B = 57.68%

CMYK

 C value IS 0.73

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#25418B (or 0x25418B) is known color: Tory Blue. HEX triplet: 25, 41 and 8B. RGB value is (37,65,139). Sum of RGB (Red+Green+Blue) = 37+65+139=241 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.35% from 241); Green value is 65 (25.78% from 255 or 26.97% from 241); Blue value is 139 (54.69% from 255 or 57.68% from 241); Max value from RGB is 139 - color contains mainly: blue. Hex color #25418B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25418B is #DABE74. Grayscale: #404040. Windows color (decimal): -14335605 or 9126181. OLE color: 9126181.

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

Color convert

RGB 37 65 139 -
CMYK 0.73 0.53 0 0.45
HSL 223.53º 0.58% 0.35% -
HSV(B) 223.53º 0.73% 0.55% -
XYZ 7.31 6.04 25.21 -
YUV 65.06 169.72 107.98 -
System Red Green Blue C M Y K H S L
Decimal 37 65 139 0.73 0.53 0 0.45 223.53 0.58 0.35
Hex 25 41 8B 49 35 0 2D E0 3A 23
Octal 45 101 213 111 65 0 55 340 72 43
Binary 100101 1000001 10001011 1001001 110101 0 101101 11100000 111010 100011

Color Harmonies of #25418B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25418B

Black with #25418B

Text Example


Text Example

White with #25418B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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