Html Css Color HEX #19316C Sapphire

📋 copy color: '#19316C'

red 25 ◦ green 49 ◦ blue 108

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

Shades of Sapphire #19316C

Tints of Sapphire #19316C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 26.92%

 BLUE value IS 108 (42.58% from 255) = 59.34%

R = 13.74%
G = 26.92%
B = 59.34%

CMYK

 C value IS 0.77

 M value IS 0.55

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#19316C (or 0x19316C) is known color: Sapphire. HEX triplet: 19, 31 and 6C. RGB value is (25,49,108). Sum of RGB (Red+Green+Blue) = 25+49+108=182 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.74% from 182); Green value is 49 (19.53% from 255 or 26.92% from 182); Blue value is 108 (42.58% from 255 or 59.34% from 182); Max value from RGB is 108 - color contains mainly: blue. Hex color #19316C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19316C is #E6CE93. Grayscale: #303030. Windows color (decimal): -15126164 or 7090457. OLE color: 7090457.

HSL color Cylindrical-coordinate representation of color #19316C: hue angle of 222.65º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #19316C is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 25 49 108 -
CMYK 0.77 0.55 0 0.58
HSL 222.65º 0.62% 0.26% -
HSV(B) 222.65º 0.77% 0.42% -
XYZ 4.21 3.49 14.64 -
YUV 48.55 161.55 111.2 -
System Red Green Blue C M Y K H S L
Decimal 25 49 108 0.77 0.55 0 0.58 222.65 0.62 0.26
Hex 19 31 6C 4D 37 0 3A DF 3E 1A
Octal 31 61 154 115 67 0 72 337 76 32
Binary 11001 110001 1101100 1001101 110111 0 111010 11011111 111110 11010

Color Harmonies of #19316C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19316C

Black with #19316C

Text Example


Text Example

White with #19316C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,49,108); }

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

background-color css

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

 a { background-color: rgb(25,49,108); }

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

border-color css

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

 span { border-color: rgb(25,49,108); }

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