#192c6f

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

Shades of Sapphire #192C6F

Tints of Sapphire #192C6F

Color information

#192C6F (or 0x192C6F) is unknown color: approx Sapphire. HEX triplet: 19, 2C and 6F. RGB value is (25,44,111). Sum of RGB (Red+Green+Blue) = 25+44+111=180 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.89% from 180); Green value is 44 (17.58% from 255 or 24.44% from 180); Blue value is 111 (43.75% from 255 or 61.67% from 180); Max value from RGB is 111 - color contains mainly: blue. Hex color #192C6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192C6F is #E6D390. Grayscale: #2D2D2D. Windows color (decimal): -15127441 or 7285785. OLE color: 7285785.

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

Color convert

RGB2544111-
CMYK0.770.6000.56
HSL226.74º63.24%26.67%-
HSV(B)226.74º77.48%43.53%-
XYZ4.173.1615.43-
YUV45.96164.71113.05-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.89%
GREEN value IS 44 (17.58% from 255) = 24.44%
BLUE value IS 111 (43.75% from 255) = 61.67%
R=13.89%
G=24.44%
B=61.67%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal25441110.770.6000.56226.7463.2426.67
Hex192C6F4D3C038e33f1b
Octal3154157115740703437733
Binary110011011001101111100110111110001110001110001111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192c6f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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