#192D6D

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

Shades of Sapphire #192D6D

Tints of Sapphire #192D6D

Color information

#192D6D (or 0x192D6D) is unknown color: approx Sapphire. HEX triplet: 19, 2D and 6D. RGB value is (25,45,109). Sum of RGB (Red+Green+Blue) = 25+45+109=179 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.97% from 179); Green value is 45 (17.97% from 255 or 25.14% from 179); Blue value is 109 (42.97% from 255 or 60.89% from 179); Max value from RGB is 109 - color contains mainly: blue. Hex color #192D6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192D6D is #E6D292. Grayscale: #2E2E2E. Windows color (decimal): -15127187 or 7154969. OLE color: 7154969.

HSL color Cylindrical-coordinate representation of color #192D6D: hue angle of 225.71º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #192D6D is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2545109-
CMYK0.770.5900.57
HSL225.71º62.69%26.27%-
HSV(B)225.71º77.06%42.75%-
XYZ4.13.1914.87-
YUV46.32163.37112.8-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.97%
GREEN value IS 45 (17.97% from 255) = 25.14%
BLUE value IS 109 (42.97% from 255) = 60.89%
R=13.97%
G=25.14%
B=60.89%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal25451090.770.5900.57225.7162.6926.27
Hex192D6D4D3B039e23f1a
Octal3155155115730713427732
Binary110011011011101101100110111101101110011110001011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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