Html Css Color HEX #192560 Sapphire

📋 copy color: '#192560'

red 25 ◦ green 37 ◦ blue 96

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

Shades of Sapphire #192560

Tints of Sapphire #192560

RGB

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

 GREEN value IS 37 (14.84% from 255) = 23.42%

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

R = 15.82%
G = 23.42%
B = 60.76%

CMYK

 C value IS 0.74

 M value IS 0.61

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#192560 (or 0x192560) is known color: Sapphire. HEX triplet: 19, 25 and 60. RGB value is (25,37,96). Sum of RGB (Red+Green+Blue) = 25+37+96=158 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.82% from 158); Green value is 37 (14.84% from 255 or 23.42% from 158); Blue value is 96 (37.89% from 255 or 60.76% from 158); Max value from RGB is 96 - color contains mainly: blue. Hex color #192560 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192560 is #E6DA9F. Grayscale: #272727. Windows color (decimal): -15129248 or 6300953. OLE color: 6300953.

HSL color Cylindrical-coordinate representation of color #192560: hue angle of 229.86º 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 #192560 is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 25 37 96 -
CMYK 0.74 0.61 0 0.62
HSL 229.86º 0.59% 0.24% -
HSV(B) 229.86º 0.74% 0.38% -
XYZ 3.17 2.37 11.36 -
YUV 40.14 159.52 117.2 -
System Red Green Blue C M Y K H S L
Decimal 25 37 96 0.74 0.61 0 0.62 229.86 0.59 0.24
Hex 19 25 60 4A 3D 0 3E E6 3B 18
Octal 31 45 140 112 75 0 76 346 73 30
Binary 11001 100101 1100000 1001010 111101 0 111110 11100110 111011 11000

Color Harmonies of #192560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192560

Black with #192560

Text Example


Text Example

White with #192560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #192560; }

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

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

background-color css

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

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

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

border-color css

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

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

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