#192B6F

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

Shades of Sapphire #192B6F

Tints of Sapphire #192B6F

Color information

#192B6F (or 0x192B6F) is unknown color: approx Sapphire. HEX triplet: 19, 2B and 6F. RGB value is (25,43,111). Sum of RGB (Red+Green+Blue) = 25+43+111=179 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.97% from 179); Green value is 43 (17.19% from 255 or 24.02% from 179); Blue value is 111 (43.75% from 255 or 62.01% from 179); Max value from RGB is 111 - color contains mainly: blue. Hex color #192B6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192B6F is #E6D490. Grayscale: #2D2D2D. Windows color (decimal): -15127697 or 7285529. OLE color: 7285529.

HSL color Cylindrical-coordinate representation of color #192B6F: hue angle of 227.44º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #192B6F is Cyan = 0.77, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2543111-
CMYK0.770.6100.56
HSL227.44º63.24%26.67%-
HSV(B)227.44º77.48%43.53%-
XYZ4.133.0815.42-
YUV45.37165.04113.47-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.97%
GREEN value IS 43 (17.19% from 255) = 24.02%
BLUE value IS 111 (43.75% from 255) = 62.01%
R=13.97%
G=24.02%
B=62.01%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal25431110.770.6100.56227.4463.2426.67
Hex192B6F4D3D038e33f1b
Octal3153157115750703437733
Binary110011010111101111100110111110101110001110001111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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