Html Css Color HEX #25185D Paua

📋 copy color: '#25185D'

red 37 ◦ green 24 ◦ blue 93

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

Shades of Paua #25185D

Tints of Paua #25185D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.58%

 BLUE value IS 93 (36.72% from 255) = 60.39%

R = 24.03%
G = 15.58%
B = 60.39%

CMYK

 C value IS 0.60

 M value IS 0.74

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#25185D (or 0x25185D) is known color: Paua. HEX triplet: 25, 18 and 5D. RGB value is (37,24,93). Sum of RGB (Red+Green+Blue) = 37+24+93=154 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.03% from 154); Green value is 24 (9.77% from 255 or 15.58% from 154); Blue value is 93 (36.72% from 255 or 60.39% from 154); Max value from RGB is 93 - color contains mainly: blue. Hex color #25185D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25185D is #DAE7A2. Grayscale: #232323. Windows color (decimal): -14346147 or 6101029. OLE color: 6101029.

HSL color Cylindrical-coordinate representation of color #25185D: hue angle of 251.3º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #25185D is Cyan = 0.60, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 37 24 93 -
CMYK 0.60 0.74 0 0.64
HSL 251.3º 0.59% 0.23% -
HSV(B) 251.3º 0.74% 0.36% -
XYZ 3.07 1.84 10.55 -
YUV 35.75 160.31 128.89 -
System Red Green Blue C M Y K H S L
Decimal 37 24 93 0.60 0.74 0 0.64 251.3 0.59 0.23
Hex 25 18 5D 3C 4A 0 40 FB 3B 17
Octal 45 30 135 74 112 0 100 373 73 27
Binary 100101 11000 1011101 111100 1001010 0 1000000 11111011 111011 10111

Color Harmonies of #25185D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25185D

Black with #25185D

Text Example


Text Example

White with #25185D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25185D; }

 p { color: rgb(37,24,93); }

 H1.HeaderClassName
 {
   color: #25185D;
 }
 .AnyTagClassName
 {
   color: #25185D;
 }
</style>

background-color css

<style>
 a { background-color: #25185D; }

 a { background-color: rgb(37,24,93); }

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

border-color css

<style>
 span { border-color: #25185D; }

 span { border-color: rgb(37,24,93); }

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