Html Css Color HEX #192563 Sapphire

📋 copy color: '#192563'

red 25 ◦ green 37 ◦ blue 99

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

Shades of Sapphire #192563

Tints of Sapphire #192563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 61.49%

R = 15.53%
G = 22.98%
B = 61.49%

CMYK

 C value IS 0.75

 M value IS 0.63

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#192563 (or 0x192563) is known color: Sapphire. HEX triplet: 19, 25 and 63. RGB value is (25,37,99). Sum of RGB (Red+Green+Blue) = 25+37+99=161 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.53% from 161); Green value is 37 (14.84% from 255 or 22.98% from 161); Blue value is 99 (39.06% from 255 or 61.49% from 161); Max value from RGB is 99 - color contains mainly: blue. Hex color #192563 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192563 is #E6DA9C. Grayscale: #282828. Windows color (decimal): -15129245 or 6497561. OLE color: 6497561.

HSL color Cylindrical-coordinate representation of color #192563: hue angle of 230.27º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #192563 is Cyan = 0.75, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 25 37 99 -
CMYK 0.75 0.63 0 0.61
HSL 230.27º 0.6% 0.24% -
HSV(B) 230.27º 0.75% 0.39% -
XYZ 3.31 2.43 12.1 -
YUV 40.48 161.02 116.96 -
System Red Green Blue C M Y K H S L
Decimal 25 37 99 0.75 0.63 0 0.61 230.27 0.6 0.24
Hex 19 25 63 4B 3F 0 3D E6 3C 18
Octal 31 45 143 113 77 0 75 346 74 30
Binary 11001 100101 1100011 1001011 111111 0 111101 11100110 111100 11000

Color Harmonies of #192563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192563

Black with #192563

Text Example


Text Example

White with #192563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #192563; }

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

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

background-color css

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

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

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

border-color css

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

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

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