Html Css Color HEX #19366E Sapphire

📋 copy color: '#19366E'

red 25 ◦ green 54 ◦ blue 110

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

Shades of Sapphire #19366E

Tints of Sapphire #19366E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 28.57%

 BLUE value IS 110 (43.36% from 255) = 58.2%

R = 13.23%
G = 28.57%
B = 58.2%

CMYK

 C value IS 0.77

 M value IS 0.51

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#19366E (or 0x19366E) is known color: Sapphire. HEX triplet: 19, 36 and 6E. RGB value is (25,54,110). Sum of RGB (Red+Green+Blue) = 25+54+110=189 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.23% from 189); Green value is 54 (21.48% from 255 or 28.57% from 189); Blue value is 110 (43.36% from 255 or 58.20% from 189); Max value from RGB is 110 - color contains mainly: blue. Hex color #19366E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19366E is #E6C991. Grayscale: #333333. Windows color (decimal): -15124882 or 7222809. OLE color: 7222809.

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

Color convert

RGB 25 54 110 -
CMYK 0.77 0.51 0 0.57
HSL 219.53º 0.63% 0.26% -
HSV(B) 219.53º 0.77% 0.43% -
XYZ 4.53 3.97 15.28 -
YUV 51.71 160.89 108.95 -
System Red Green Blue C M Y K H S L
Decimal 25 54 110 0.77 0.51 0 0.57 219.53 0.63 0.26
Hex 19 36 6E 4D 33 0 39 DC 3F 1A
Octal 31 66 156 115 63 0 71 334 77 32
Binary 11001 110110 1101110 1001101 110011 0 111001 11011100 111111 11010

Color Harmonies of #19366E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19366E

Black with #19366E

Text Example


Text Example

White with #19366E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19366E; }

 p { color: rgb(25,54,110); }

 H1.HeaderClassName
 {
   color: #19366E;
 }
 .AnyTagClassName
 {
   color: #19366E;
 }
</style>

background-color css

<style>
 a { background-color: #19366E; }

 a { background-color: rgb(25,54,110); }

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

border-color css

<style>
 span { border-color: #19366E; }

 span { border-color: rgb(25,54,110); }

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