Html Css Color HEX #192562 Sapphire

📋 copy color: '#192562'

red 25 ◦ green 37 ◦ blue 98

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

Shades of Sapphire #192562

Tints of Sapphire #192562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 61.25%

R = 15.63%
G = 23.13%
B = 61.25%

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

#192562 (or 0x192562) is known color: Sapphire. HEX triplet: 19, 25 and 62. RGB value is (25,37,98). Sum of RGB (Red+Green+Blue) = 25+37+98=160 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.62% from 160); Green value is 37 (14.84% from 255 or 23.12% from 160); Blue value is 98 (38.67% from 255 or 61.25% from 160); Max value from RGB is 98 - color contains mainly: blue. Hex color #192562 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192562 is #E6DA9D. Grayscale: #282828. Windows color (decimal): -15129246 or 6432025. OLE color: 6432025.

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

Color convert

RGB 25 37 98 -
CMYK 0.74 0.62 0 0.62
HSL 230.14º 0.59% 0.24% -
HSV(B) 230.14º 0.74% 0.38% -
XYZ 3.27 2.41 11.85 -
YUV 40.37 160.52 117.04 -
System Red Green Blue C M Y K H S L
Decimal 25 37 98 0.74 0.62 0 0.62 230.14 0.59 0.24
Hex 19 25 62 4A 3E 0 3E E6 3B 18
Octal 31 45 142 112 76 0 76 346 73 30
Binary 11001 100101 1100010 1001010 111110 0 111110 11100110 111011 11000

Color Harmonies of #192562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192562

Black with #192562

Text Example


Text Example

White with #192562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #192562; }

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

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

background-color css

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

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

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

border-color css

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

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

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