#192B69

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

Shades of Sapphire #192B69

Tints of Sapphire #192B69

Color information

#192B69 (or 0x192B69) is unknown color: approx Sapphire. HEX triplet: 19, 2B and 69. RGB value is (25,43,105). Sum of RGB (Red+Green+Blue) = 25+43+105=173 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.45% from 173); Green value is 43 (17.19% from 255 or 24.86% from 173); Blue value is 105 (41.41% from 255 or 60.69% from 173); Max value from RGB is 105 - color contains mainly: blue. Hex color #192B69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192B69 is #E6D496. Grayscale: #2C2C2C. Windows color (decimal): -15127703 or 6892313. OLE color: 6892313.

HSL color Cylindrical-coordinate representation of color #192B69: hue angle of 226.5º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #192B69 is Cyan = 0.76, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2543105-
CMYK0.760.5900.59
HSL226.5º61.54%25.49%-
HSV(B)226.5º76.19%41.18%-
XYZ3.812.9513.73-
YUV44.69162.04113.96-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.45%
GREEN value IS 43 (17.19% from 255) = 24.86%
BLUE value IS 105 (41.41% from 255) = 60.69%
R=14.45%
G=24.86%
B=60.69%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal25431050.760.5900.59226.561.5425.49
Hex192B694C3B03Be23e19
Octal3153151114730733427631
Binary110011010111101001100110011101101110111110001011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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