Html Css Color HEX #19245E Sapphire

📋 copy color: '#19245E'

red 25 ◦ green 36 ◦ blue 94

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

Shades of Sapphire #19245E

Tints of Sapphire #19245E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 23.23%

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

R = 16.13%
G = 23.23%
B = 60.65%

CMYK

 C value IS 0.73

 M value IS 0.62

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#19245E (or 0x19245E) is known color: Sapphire. HEX triplet: 19, 24 and 5E. RGB value is (25,36,94). Sum of RGB (Red+Green+Blue) = 25+36+94=155 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.13% from 155); Green value is 36 (14.45% from 255 or 23.23% from 155); Blue value is 94 (37.11% from 255 or 60.65% from 155); Max value from RGB is 94 - color contains mainly: blue. Hex color #19245E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19245E is #E6DBA1. Grayscale: #272727. Windows color (decimal): -15129506 or 6169625. OLE color: 6169625.

HSL color Cylindrical-coordinate representation of color #19245E: hue angle of 230.43º 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 #19245E is Cyan = 0.73, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 25 36 94 -
CMYK 0.73 0.62 0 0.63
HSL 230.43º 0.58% 0.23% -
HSV(B) 230.43º 0.73% 0.37% -
XYZ 3.05 2.28 10.87 -
YUV 39.32 158.86 117.78 -
System Red Green Blue C M Y K H S L
Decimal 25 36 94 0.73 0.62 0 0.63 230.43 0.58 0.23
Hex 19 24 5E 49 3E 0 3F E6 3A 17
Octal 31 44 136 111 76 0 77 346 72 27
Binary 11001 100100 1011110 1001001 111110 0 111111 11100110 111010 10111

Color Harmonies of #19245E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19245E

Black with #19245E

Text Example


Text Example

White with #19245E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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