Html Css Color HEX #192561 Sapphire

📋 copy color: '#192561'

red 25 ◦ green 37 ◦ blue 97

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

Shades of Sapphire #192561

Tints of Sapphire #192561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 61.01%

R = 15.72%
G = 23.27%
B = 61.01%

CMYK

 C value IS 0.74

 M value IS 0.62

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#192561 (or 0x192561) is known color: Sapphire. HEX triplet: 19, 25 and 61. RGB value is (25,37,97). Sum of RGB (Red+Green+Blue) = 25+37+97=159 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.72% from 159); Green value is 37 (14.84% from 255 or 23.27% from 159); Blue value is 97 (38.28% from 255 or 61.01% from 159); Max value from RGB is 97 - color contains mainly: blue. Hex color #192561 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192561 is #E6DA9E. Grayscale: #282828. Windows color (decimal): -15129247 or 6366489. OLE color: 6366489.

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

Color convert

RGB 25 37 97 -
CMYK 0.74 0.62 0 0.62
HSL 230º 0.59% 0.24% -
HSV(B) 230º 0.74% 0.38% -
XYZ 3.22 2.39 11.6 -
YUV 40.25 160.02 117.12 -
System Red Green Blue C M Y K H S L
Decimal 25 37 97 0.74 0.62 0 0.62 230 0.59 0.24
Hex 19 25 61 4A 3E 0 3E E6 3B 18
Octal 31 45 141 112 76 0 76 346 73 30
Binary 11001 100101 1100001 1001010 111110 0 111110 11100110 111011 11000

Color Harmonies of #192561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192561

Black with #192561

Text Example


Text Example

White with #192561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #192561; }

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

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

background-color css

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

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

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

border-color css

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

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

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