Html Css Color HEX #19317A Sapphire

📋 copy color: '#19317A'

red 25 ◦ green 49 ◦ blue 122

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

Shades of Sapphire #19317A

Tints of Sapphire #19317A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 62.24%

R = 12.76%
G = 25%
B = 62.24%

CMYK

 C value IS 0.80

 M value IS 0.60

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#19317A (or 0x19317A) is known color: Sapphire. HEX triplet: 19, 31 and 7A. RGB value is (25,49,122). Sum of RGB (Red+Green+Blue) = 25+49+122=196 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.76% from 196); Green value is 49 (19.53% from 255 or 25% from 196); Blue value is 122 (48.05% from 255 or 62.24% from 196); Max value from RGB is 122 - color contains mainly: blue. Hex color #19317A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19317A is #E6CE85. Grayscale: #313131. Windows color (decimal): -15126150 or 8007961. OLE color: 8007961.

HSL color Cylindrical-coordinate representation of color #19317A: hue angle of 225.15º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19317A is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 25 49 122 -
CMYK 0.80 0.60 0 0.52
HSL 225.15º 0.66% 0.29% -
HSV(B) 225.15º 0.8% 0.48% -
XYZ 5.01 3.81 18.88 -
YUV 50.15 168.55 110.06 -
System Red Green Blue C M Y K H S L
Decimal 25 49 122 0.80 0.60 0 0.52 225.15 0.66 0.29
Hex 19 31 7A 50 3C 0 34 E1 42 1D
Octal 31 61 172 120 74 0 64 341 102 35
Binary 11001 110001 1111010 1010000 111100 0 110100 11100001 1000010 11101

Color Harmonies of #19317A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19317A

Black with #19317A

Text Example


Text Example

White with #19317A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19317A; }

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

 H1.HeaderClassName
 {
   color: #19317A;
 }
 .AnyTagClassName
 {
   color: #19317A;
 }
</style>

background-color css

<style>
 a { background-color: #19317A; }

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

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

border-color css

<style>
 span { border-color: #19317A; }

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

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