Html Css Color HEX #19295C Sapphire

📋 copy color: '#19295C'

red 25 ◦ green 41 ◦ blue 92

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

Shades of Sapphire #19295C

Tints of Sapphire #19295C

RGB

 RED value IS 25 (10.16% from 255) = 15.82%

 GREEN value IS 41 (16.41% from 255) = 25.95%

 BLUE value IS 92 (36.33% from 255) = 58.23%

R = 15.82%
G = 25.95%
B = 58.23%

CMYK

 C value IS 0.73

 M value IS 0.55

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#19295C (or 0x19295C) is known color: Sapphire. HEX triplet: 19, 29 and 5C. RGB value is (25,41,92). Sum of RGB (Red+Green+Blue) = 25+41+92=158 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.82% from 158); Green value is 41 (16.41% from 255 or 25.95% from 158); Blue value is 92 (36.33% from 255 or 58.23% from 158); Max value from RGB is 92 - color contains mainly: blue. Hex color #19295C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19295C is #E6D6A3. Grayscale: #292929. Windows color (decimal): -15128228 or 6039833. OLE color: 6039833.

HSL color Cylindrical-coordinate representation of color #19295C: hue angle of 225.67º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #19295C is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 25 41 92 -
CMYK 0.73 0.55 0 0.64
HSL 225.67º 0.57% 0.23% -
HSV(B) 225.67º 0.73% 0.36% -
XYZ 3.13 2.57 10.46 -
YUV 42.03 156.2 115.85 -
System Red Green Blue C M Y K H S L
Decimal 25 41 92 0.73 0.55 0 0.64 225.67 0.57 0.23
Hex 19 29 5C 49 37 0 40 E2 39 17
Octal 31 51 134 111 67 0 100 342 71 27
Binary 11001 101001 1011100 1001001 110111 0 1000000 11100010 111001 10111

Color Harmonies of #19295C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19295C

Black with #19295C

Text Example


Text Example

White with #19295C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19295C; }

 p { color: rgb(25,41,92); }

 H1.HeaderClassName
 {
   color: #19295C;
 }
 .AnyTagClassName
 {
   color: #19295C;
 }
</style>

background-color css

<style>
 a { background-color: #19295C; }

 a { background-color: rgb(25,41,92); }

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

border-color css

<style>
 span { border-color: #19295C; }

 span { border-color: rgb(25,41,92); }

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