Html Css Color HEX #19326D Sapphire

📋 copy color: '#19326D'

red 25 ◦ green 50 ◦ blue 109

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

Shades of Sapphire #19326D

Tints of Sapphire #19326D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 59.24%

R = 13.59%
G = 27.17%
B = 59.24%

CMYK

 C value IS 0.77

 M value IS 0.54

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#19326D (or 0x19326D) is known color: Sapphire. HEX triplet: 19, 32 and 6D. RGB value is (25,50,109). Sum of RGB (Red+Green+Blue) = 25+50+109=184 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.59% from 184); Green value is 50 (19.92% from 255 or 27.17% from 184); Blue value is 109 (42.97% from 255 or 59.24% from 184); Max value from RGB is 109 - color contains mainly: blue. Hex color #19326D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19326D is #E6CD92. Grayscale: #303030. Windows color (decimal): -15125907 or 7156249. OLE color: 7156249.

HSL color Cylindrical-coordinate representation of color #19326D: hue angle of 222.14º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #19326D is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 25 50 109 -
CMYK 0.77 0.54 0 0.57
HSL 222.14º 0.63% 0.26% -
HSV(B) 222.14º 0.77% 0.43% -
XYZ 4.3 3.59 14.93 -
YUV 49.25 161.72 110.7 -
System Red Green Blue C M Y K H S L
Decimal 25 50 109 0.77 0.54 0 0.57 222.14 0.63 0.26
Hex 19 32 6D 4D 36 0 39 DE 3F 1A
Octal 31 62 155 115 66 0 71 336 77 32
Binary 11001 110010 1101101 1001101 110110 0 111001 11011110 111111 11010

Color Harmonies of #19326D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19326D

Black with #19326D

Text Example


Text Example

White with #19326D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19326D; }

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

 H1.HeaderClassName
 {
   color: #19326D;
 }
 .AnyTagClassName
 {
   color: #19326D;
 }
</style>

background-color css

<style>
 a { background-color: #19326D; }

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

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

border-color css

<style>
 span { border-color: #19326D; }

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

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