Html Css Color HEX #19295E Sapphire

📋 copy color: '#19295E'

red 25 ◦ green 41 ◦ blue 94

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

Shades of Sapphire #19295E

Tints of Sapphire #19295E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 58.75%

R = 15.63%
G = 25.63%
B = 58.75%

CMYK

 C value IS 0.73

 M value IS 0.56

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#19295E (or 0x19295E) is known color: Sapphire. HEX triplet: 19, 29 and 5E. RGB value is (25,41,94). Sum of RGB (Red+Green+Blue) = 25+41+94=160 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.62% from 160); Green value is 41 (16.41% from 255 or 25.62% from 160); Blue value is 94 (37.11% from 255 or 58.75% from 160); Max value from RGB is 94 - color contains mainly: blue. Hex color #19295E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19295E is #E6D6A1. Grayscale: #2A2A2A. Windows color (decimal): -15128226 or 6170905. OLE color: 6170905.

HSL color Cylindrical-coordinate representation of color #19295E: hue angle of 226.09º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #19295E is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 25 41 94 -
CMYK 0.73 0.56 0 0.63
HSL 226.09º 0.58% 0.23% -
HSV(B) 226.09º 0.73% 0.37% -
XYZ 3.21 2.6 10.92 -
YUV 42.26 157.2 115.69 -
System Red Green Blue C M Y K H S L
Decimal 25 41 94 0.73 0.56 0 0.63 226.09 0.58 0.23
Hex 19 29 5E 49 38 0 3F E2 3A 17
Octal 31 51 136 111 70 0 77 342 72 27
Binary 11001 101001 1011110 1001001 111000 0 111111 11100010 111010 10111

Color Harmonies of #19295E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19295E

Black with #19295E

Text Example


Text Example

White with #19295E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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