Html Css Color HEX #25499B Tory Blue

📋 copy color: '#25499B'

red 37 ◦ green 73 ◦ blue 155

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

Shades of Tory Blue #25499B

Tints of Tory Blue #25499B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 58.49%

R = 13.96%
G = 27.55%
B = 58.49%

CMYK

 C value IS 0.76

 M value IS 0.53

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#25499B (or 0x25499B) is known color: Tory Blue. HEX triplet: 25, 49 and 9B. RGB value is (37,73,155). Sum of RGB (Red+Green+Blue) = 37+73+155=265 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.96% from 265); Green value is 73 (28.91% from 255 or 27.55% from 265); Blue value is 155 (60.94% from 255 or 58.49% from 265); Max value from RGB is 155 - color contains mainly: blue. Hex color #25499B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25499B is #DAB664. Grayscale: #474747. Windows color (decimal): -14333541 or 10176805. OLE color: 10176805.

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

Color convert

RGB 37 73 155 -
CMYK 0.76 0.53 0 0.39
HSL 221.69º 0.61% 0.38% -
HSV(B) 221.69º 0.76% 0.61% -
XYZ 9.06 7.52 31.99 -
YUV 71.58 175.07 103.33 -
System Red Green Blue C M Y K H S L
Decimal 37 73 155 0.76 0.53 0 0.39 221.69 0.61 0.38
Hex 25 49 9B 4C 35 0 27 DE 3D 26
Octal 45 111 233 114 65 0 47 336 75 46
Binary 100101 1001001 10011011 1001100 110101 0 100111 11011110 111101 100110

Color Harmonies of #25499B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25499B

Black with #25499B

Text Example


Text Example

White with #25499B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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