Html Css Color HEX #25193E Tolopea

📋 copy color: '#25193E'

red 37 ◦ green 25 ◦ blue 62

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

Shades of Tolopea #25193E

Tints of Tolopea #25193E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 20.16%

 BLUE value IS 62 (24.61% from 255) = 50%

R = 29.84%
G = 20.16%
B = 50%

CMYK

 C value IS 0.40

 M value IS 0.60

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#25193E (or 0x25193E) is known color: Tolopea. HEX triplet: 25, 19 and 3E. RGB value is (37,25,62). Sum of RGB (Red+Green+Blue) = 37+25+62=124 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.84% from 124); Green value is 25 (10.16% from 255 or 20.16% from 124); Blue value is 62 (24.61% from 255 or 50% from 124); Max value from RGB is 62 - color contains mainly: blue. Hex color #25193E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25193E is #DAE6C1. Grayscale: #202020. Windows color (decimal): -14345922 or 4069669. OLE color: 4069669.

HSL color Cylindrical-coordinate representation of color #25193E: hue angle of 259.46º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #25193E is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 37 25 62 -
CMYK 0.40 0.60 0 0.76
HSL 259.46º 0.43% 0.17% -
HSV(B) 259.46º 0.6% 0.24% -
XYZ 1.98 1.44 4.73 -
YUV 32.81 144.48 130.99 -
System Red Green Blue C M Y K H S L
Decimal 37 25 62 0.40 0.60 0 0.76 259.46 0.43 0.17
Hex 25 19 3E 28 3C 0 4C 103 2B 11
Octal 45 31 76 50 74 0 114 403 53 21
Binary 100101 11001 111110 101000 111100 0 1001100 100000011 101011 10001

Color Harmonies of #25193E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25193E

Black with #25193E

Text Example


Text Example

White with #25193E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25193E; }

 p { color: rgb(37,25,62); }

 H1.HeaderClassName
 {
   color: #25193E;
 }
 .AnyTagClassName
 {
   color: #25193E;
 }
</style>

background-color css

<style>
 a { background-color: #25193E; }

 a { background-color: rgb(37,25,62); }

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

border-color css

<style>
 span { border-color: #25193E; }

 span { border-color: rgb(37,25,62); }

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