Html Css Color HEX #19286C Sapphire

📋 copy color: '#19286C'

red 25 ◦ green 40 ◦ blue 108

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

Shades of Sapphire #19286C

Tints of Sapphire #19286C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 23.12%

 BLUE value IS 108 (42.58% from 255) = 62.43%

R = 14.45%
G = 23.12%
B = 62.43%

CMYK

 C value IS 0.77

 M value IS 0.63

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#19286C (or 0x19286C) is known color: Sapphire. HEX triplet: 19, 28 and 6C. RGB value is (25,40,108). Sum of RGB (Red+Green+Blue) = 25+40+108=173 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.45% from 173); Green value is 40 (16.02% from 255 or 23.12% from 173); Blue value is 108 (42.58% from 255 or 62.43% from 173); Max value from RGB is 108 - color contains mainly: blue. Hex color #19286C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19286C is #E6D793. Grayscale: #2A2A2A. Windows color (decimal): -15128468 or 7088153. OLE color: 7088153.

HSL color Cylindrical-coordinate representation of color #19286C: hue angle of 229.16º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #19286C is Cyan = 0.77, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 25 40 108 -
CMYK 0.77 0.63 0 0.58
HSL 229.16º 0.62% 0.26% -
HSV(B) 229.16º 0.77% 0.42% -
XYZ 3.87 2.81 14.53 -
YUV 43.27 164.53 114.97 -
System Red Green Blue C M Y K H S L
Decimal 25 40 108 0.77 0.63 0 0.58 229.16 0.62 0.26
Hex 19 28 6C 4D 3F 0 3A E5 3E 1A
Octal 31 50 154 115 77 0 72 345 76 32
Binary 11001 101000 1101100 1001101 111111 0 111010 11100101 111110 11010

Color Harmonies of #19286C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19286C

Black with #19286C

Text Example


Text Example

White with #19286C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19286C; }

 p { color: rgb(25,40,108); }

 H1.HeaderClassName
 {
   color: #19286C;
 }
 .AnyTagClassName
 {
   color: #19286C;
 }
</style>

background-color css

<style>
 a { background-color: #19286C; }

 a { background-color: rgb(25,40,108); }

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

border-color css

<style>
 span { border-color: #19286C; }

 span { border-color: rgb(25,40,108); }

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