Html Css Color HEX #19327A Sapphire

📋 copy color: '#19327A'

red 25 ◦ green 50 ◦ blue 122

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

Shades of Sapphire #19327A

Tints of Sapphire #19327A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.38%

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

R = 12.69%
G = 25.38%
B = 61.93%

CMYK

 C value IS 0.80

 M value IS 0.59

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#19327A (or 0x19327A) is known color: Sapphire. HEX triplet: 19, 32 and 7A. RGB value is (25,50,122). Sum of RGB (Red+Green+Blue) = 25+50+122=197 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.69% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 122 (48.05% from 255 or 61.93% from 197); Max value from RGB is 122 - color contains mainly: blue. Hex color #19327A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19327A is #E6CD85. Grayscale: #323232. Windows color (decimal): -15125894 or 8008217. OLE color: 8008217.

HSL color Cylindrical-coordinate representation of color #19327A: hue angle of 224.54º 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 #19327A is Cyan = 0.80, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 25 50 122 -
CMYK 0.80 0.59 0 0.52
HSL 224.54º 0.66% 0.29% -
HSV(B) 224.54º 0.8% 0.48% -
XYZ 5.05 3.89 18.9 -
YUV 50.73 168.22 109.65 -
System Red Green Blue C M Y K H S L
Decimal 25 50 122 0.80 0.59 0 0.52 224.54 0.66 0.29
Hex 19 32 7A 50 3B 0 34 E1 42 1D
Octal 31 62 172 120 73 0 64 341 102 35
Binary 11001 110010 1111010 1010000 111011 0 110100 11100001 1000010 11101

Color Harmonies of #19327A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19327A

Black with #19327A

Text Example


Text Example

White with #19327A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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