#192E5F

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

Shades of Sapphire #192E5F

Tints of Sapphire #192E5F

Color information

#192E5F (or 0x192E5F) is unknown color: approx Sapphire. HEX triplet: 19, 2E and 5F. RGB value is (25,46,95). Sum of RGB (Red+Green+Blue) = 25+46+95=166 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.06% from 166); Green value is 46 (18.36% from 255 or 27.71% from 166); Blue value is 95 (37.5% from 255 or 57.23% from 166); Max value from RGB is 95 - color contains mainly: blue. Hex color #192E5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192E5F is #E6D1A0. Grayscale: #2D2D2D. Windows color (decimal): -15126945 or 6237721. OLE color: 6237721.

HSL color Cylindrical-coordinate representation of color #192E5F: hue angle of 222º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #192E5F is Cyan = 0.74, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB254695-
CMYK0.740.5200.63
HSL222º58.33%23.53%-
HSV(B)222º73.68%37.25%-
XYZ3.442.9911.22-
YUV45.31156.04113.52-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.06%
GREEN value IS 46 (18.36% from 255) = 27.71%
BLUE value IS 95 (37.5% from 255) = 57.23%
R=15.06%
G=27.71%
B=57.23%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2546950.740.5200.6322258.3323.53
Hex192E5F4A3403Fde3a18
Octal3156137112640773367230
Binary110011011101011111100101011010001111111101111011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,46,95); }

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

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

 a { background-color: rgb(25,46,95); }

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

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

 span { border-color: rgb(25,46,95); }

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