Html Css Color HEX #192863 Sapphire

📋 copy color: '#192863'

red 25 ◦ green 40 ◦ blue 99

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

Shades of Sapphire #192863

Tints of Sapphire #192863

RGB

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

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

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

R = 15.24%
G = 24.39%
B = 60.37%

CMYK

 C value IS 0.75

 M value IS 0.60

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#192863 (or 0x192863) is known color: Sapphire. HEX triplet: 19, 28 and 63. RGB value is (25,40,99). Sum of RGB (Red+Green+Blue) = 25+40+99=164 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.24% from 164); Green value is 40 (16.02% from 255 or 24.39% from 164); Blue value is 99 (39.06% from 255 or 60.37% from 164); Max value from RGB is 99 - color contains mainly: blue. Hex color #192863 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192863 is #E6D79C. Grayscale: #292929. Windows color (decimal): -15128477 or 6498329. OLE color: 6498329.

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

Color convert

RGB 25 40 99 -
CMYK 0.75 0.60 0 0.61
HSL 227.84º 0.6% 0.24% -
HSV(B) 227.84º 0.75% 0.39% -
XYZ 3.41 2.63 12.13 -
YUV 42.24 160.03 115.7 -
System Red Green Blue C M Y K H S L
Decimal 25 40 99 0.75 0.60 0 0.61 227.84 0.6 0.24
Hex 19 28 63 4B 3C 0 3D E4 3C 18
Octal 31 50 143 113 74 0 75 344 74 30
Binary 11001 101000 1100011 1001011 111100 0 111101 11100100 111100 11000

Color Harmonies of #192863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192863

Black with #192863

Text Example


Text Example

White with #192863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #192863; }

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

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

background-color css

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

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

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

border-color css

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

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

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