Html Css Color HEX #25499A Tory Blue

📋 copy color: '#25499A'

red 37 ◦ green 73 ◦ blue 154

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

Shades of Tory Blue #25499A

Tints of Tory Blue #25499A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.65%

 BLUE value IS 154 (60.55% from 255) = 58.33%

R = 14.02%
G = 27.65%
B = 58.33%

CMYK

 C value IS 0.76

 M value IS 0.53

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#25499A (or 0x25499A) is known color: Tory Blue. HEX triplet: 25, 49 and 9A. RGB value is (37,73,154). Sum of RGB (Red+Green+Blue) = 37+73+154=264 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.02% from 264); Green value is 73 (28.91% from 255 or 27.65% from 264); Blue value is 154 (60.55% from 255 or 58.33% from 264); Max value from RGB is 154 - color contains mainly: blue. Hex color #25499A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25499A is #DAB665. Grayscale: #474747. Windows color (decimal): -14333542 or 10111269. OLE color: 10111269.

HSL color Cylindrical-coordinate representation of color #25499A: hue angle of 221.54º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #25499A is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 37 73 154 -
CMYK 0.76 0.53 0 0.40
HSL 221.54º 0.61% 0.37% -
HSV(B) 221.54º 0.76% 0.6% -
XYZ 8.98 7.49 31.54 -
YUV 71.47 174.57 103.41 -
System Red Green Blue C M Y K H S L
Decimal 37 73 154 0.76 0.53 0 0.40 221.54 0.61 0.37
Hex 25 49 9A 4C 35 0 28 DE 3D 25
Octal 45 111 232 114 65 0 50 336 75 45
Binary 100101 1001001 10011010 1001100 110101 0 101000 11011110 111101 100101

Color Harmonies of #25499A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25499A

Black with #25499A

Text Example


Text Example

White with #25499A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,73,154); }

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

background-color css

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

 a { background-color: rgb(37,73,154); }

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

border-color css

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

 span { border-color: rgb(37,73,154); }

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