#192A6D

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

Shades of Sapphire #192A6D

Tints of Sapphire #192A6D

Color information

#192A6D (or 0x192A6D) is unknown color: approx Sapphire. HEX triplet: 19, 2A and 6D. RGB value is (25,42,109). Sum of RGB (Red+Green+Blue) = 25+42+109=176 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.20% from 176); Green value is 42 (16.80% from 255 or 23.86% from 176); Blue value is 109 (42.97% from 255 or 61.93% from 176); Max value from RGB is 109 - color contains mainly: blue. Hex color #192A6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192A6D is #E6D592. Grayscale: #2C2C2C. Windows color (decimal): -15127955 or 7154201. OLE color: 7154201.

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

Color convert

RGB2542109-
CMYK0.770.6100.57
HSL227.86º62.69%26.27%-
HSV(B)227.86º77.06%42.75%-
XYZ3.992.9714.83-
YUV44.56164.37114.05-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.20%
GREEN value IS 42 (16.80% from 255) = 23.86%
BLUE value IS 109 (42.97% from 255) = 61.93%
R=14.20%
G=23.86%
B=61.93%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal25421090.770.6100.57227.8662.6926.27
Hex192A6D4D3D039e43f1a
Octal3152155115750713447732
Binary110011010101101101100110111110101110011110010011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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