#192A62

Color #192A62 Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #192A62

Tints of Sapphire #192A62

Color information

#192A62 (or 0x192A62) is unknown color: approx Sapphire. HEX triplet: 19, 2A and 62. RGB value is (25,42,98). Sum of RGB (Red+Green+Blue) = 25+42+98=165 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.15% from 165); Green value is 42 (16.80% from 255 or 25.45% from 165); Blue value is 98 (38.67% from 255 or 59.39% from 165); Max value from RGB is 98 - color contains mainly: blue. Hex color #192A62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192A62 is #E6D59D. Grayscale: #2B2B2B. Windows color (decimal): -15127966 or 6433305. OLE color: 6433305.

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

Color convert

RGB254298-
CMYK0.740.5700.62
HSL226.03º59.35%24.12%-
HSV(B)226.03º74.49%38.43%-
XYZ3.432.7411.9-
YUV43.3158.87114.95-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.15%
GREEN value IS 42 (16.80% from 255) = 25.45%
BLUE value IS 98 (38.67% from 255) = 59.39%
R=15.15%
G=25.45%
B=59.39%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2542980.740.5700.62226.0359.3524.12
Hex192A624A3903Ee23b18
Octal3152142112710763427330
Binary110011010101100010100101011100101111101110001011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192A62; }

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

 H1.HeaderClassName
 {
   color: #192A62;
 }
 .AnyTagClassName
 {
   color: #192A62;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #192A62;
 }
 .BgClassName
 {
   background-color: #192A62;
 }
</style>
border-color css

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

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

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