#192B62

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

Shades of Sapphire #192B62

Tints of Sapphire #192B62

Color information

#192B62 (or 0x192B62) is unknown color: approx Sapphire. HEX triplet: 19, 2B and 62. RGB value is (25,43,98). Sum of RGB (Red+Green+Blue) = 25+43+98=166 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.06% from 166); Green value is 43 (17.19% from 255 or 25.90% from 166); Blue value is 98 (38.67% from 255 or 59.04% from 166); Max value from RGB is 98 - color contains mainly: blue. Hex color #192B62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192B62 is #E6D49D. Grayscale: #2B2B2B. Windows color (decimal): -15127710 or 6433561. OLE color: 6433561.

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

Color convert

RGB254398-
CMYK0.740.5600.62
HSL225.21º59.35%24.12%-
HSV(B)225.21º74.49%38.43%-
XYZ3.472.8211.92-
YUV43.89158.54114.53-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.06%
GREEN value IS 43 (17.19% from 255) = 25.90%
BLUE value IS 98 (38.67% from 255) = 59.04%
R=15.06%
G=25.90%
B=59.04%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2543980.740.5600.62225.2159.3524.12
Hex192B624A3803Ee13b18
Octal3153142112700763417330
Binary110011010111100010100101011100001111101110000111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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