#192D62

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

Shades of Sapphire #192D62

Tints of Sapphire #192D62

Color information

#192D62 (or 0x192D62) is unknown color: approx Sapphire. HEX triplet: 19, 2D and 62. RGB value is (25,45,98). Sum of RGB (Red+Green+Blue) = 25+45+98=168 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.88% from 168); Green value is 45 (17.97% from 255 or 26.79% from 168); Blue value is 98 (38.67% from 255 or 58.33% from 168); Max value from RGB is 98 - color contains mainly: blue. Hex color #192D62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192D62 is #E6D29D. Grayscale: #2C2C2C. Windows color (decimal): -15127198 or 6434073. OLE color: 6434073.

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

Color convert

RGB254598-
CMYK0.740.5400.62
HSL223.56º59.35%24.12%-
HSV(B)223.56º74.49%38.43%-
XYZ3.542.9711.94-
YUV45.06157.87113.69-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.88%
GREEN value IS 45 (17.97% from 255) = 26.79%
BLUE value IS 98 (38.67% from 255) = 58.33%
R=14.88%
G=26.79%
B=58.33%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2545980.740.5400.62223.5659.3524.12
Hex192D624A3603Ee03b18
Octal3155142112660763407330
Binary110011011011100010100101011011001111101110000011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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