Html Css Color HEX #192860 Sapphire

📋 copy color: '#192860'

red 25 ◦ green 40 ◦ blue 96

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

Shades of Sapphire #192860

Tints of Sapphire #192860

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 59.63%

R = 15.53%
G = 24.84%
B = 59.63%

CMYK

 C value IS 0.74

 M value IS 0.58

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#192860 (or 0x192860) is known color: Sapphire. HEX triplet: 19, 28 and 60. RGB value is (25,40,96). Sum of RGB (Red+Green+Blue) = 25+40+96=161 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.53% from 161); Green value is 40 (16.02% from 255 or 24.84% from 161); Blue value is 96 (37.89% from 255 or 59.63% from 161); Max value from RGB is 96 - color contains mainly: blue. Hex color #192860 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192860 is #E6D79F. Grayscale: #292929. Windows color (decimal): -15128480 or 6301721. OLE color: 6301721.

HSL color Cylindrical-coordinate representation of color #192860: hue angle of 227.32º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #192860 is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 25 40 96 -
CMYK 0.74 0.58 0 0.62
HSL 227.32º 0.59% 0.24% -
HSV(B) 227.32º 0.74% 0.38% -
XYZ 3.27 2.57 11.39 -
YUV 41.9 158.53 115.95 -
System Red Green Blue C M Y K H S L
Decimal 25 40 96 0.74 0.58 0 0.62 227.32 0.59 0.24
Hex 19 28 60 4A 3A 0 3E E3 3B 18
Octal 31 50 140 112 72 0 76 343 73 30
Binary 11001 101000 1100000 1001010 111010 0 111110 11100011 111011 11000

Color Harmonies of #192860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192860

Black with #192860

Text Example


Text Example

White with #192860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #192860; }

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

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

background-color css

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

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

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

border-color css

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

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

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