Html Css Color HEX #19336D Sapphire

📋 copy color: '#19336D'

red 25 ◦ green 51 ◦ blue 109

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

Shades of Sapphire #19336D

Tints of Sapphire #19336D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 27.57%

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

R = 13.51%
G = 27.57%
B = 58.92%

CMYK

 C value IS 0.77

 M value IS 0.53

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#19336D (or 0x19336D) is known color: Sapphire. HEX triplet: 19, 33 and 6D. RGB value is (25,51,109). Sum of RGB (Red+Green+Blue) = 25+51+109=185 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.51% from 185); Green value is 51 (20.31% from 255 or 27.57% from 185); Blue value is 109 (42.97% from 255 or 58.92% from 185); Max value from RGB is 109 - color contains mainly: blue. Hex color #19336D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19336D is #E6CC92. Grayscale: #313131. Windows color (decimal): -15125651 or 7156505. OLE color: 7156505.

HSL color Cylindrical-coordinate representation of color #19336D: hue angle of 221.43º 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 #19336D is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 25 51 109 -
CMYK 0.77 0.53 0 0.57
HSL 221.43º 0.63% 0.26% -
HSV(B) 221.43º 0.77% 0.43% -
XYZ 4.35 3.68 14.95 -
YUV 49.84 161.39 110.28 -
System Red Green Blue C M Y K H S L
Decimal 25 51 109 0.77 0.53 0 0.57 221.43 0.63 0.26
Hex 19 33 6D 4D 35 0 39 DD 3F 1A
Octal 31 63 155 115 65 0 71 335 77 32
Binary 11001 110011 1101101 1001101 110101 0 111001 11011101 111111 11010

Color Harmonies of #19336D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19336D

Black with #19336D

Text Example


Text Example

White with #19336D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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