#192F6C

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

Shades of Sapphire #192F6C

Tints of Sapphire #192F6C

Color information

#192F6C (or 0x192F6C) is unknown color: approx Sapphire. HEX triplet: 19, 2F and 6C. RGB value is (25,47,108). Sum of RGB (Red+Green+Blue) = 25+47+108=180 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.89% from 180); Green value is 47 (18.75% from 255 or 26.11% from 180); Blue value is 108 (42.58% from 255 or 60% from 180); Max value from RGB is 108 - color contains mainly: blue. Hex color #192F6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192F6C is #E6D093. Grayscale: #2F2F2F. Windows color (decimal): -15126676 or 7089945. OLE color: 7089945.

HSL color Cylindrical-coordinate representation of color #192F6C: hue angle of 224.1º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #192F6C is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2547108-
CMYK0.770.5600.58
HSL224.1º62.41%26.08%-
HSV(B)224.1º76.85%42.35%-
XYZ4.123.3214.61-
YUV47.38162.21112.04-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.89%
GREEN value IS 47 (18.75% from 255) = 26.11%
BLUE value IS 108 (42.58% from 255) = 60%
R=13.89%
G=26.11%
B=60%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal25471080.770.5600.58224.162.4126.08
Hex192F6C4D3803Ae03e1a
Octal3157154115700723407632
Binary110011011111101100100110111100001110101110000011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,47,108); }

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

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

 a { background-color: rgb(25,47,108); }

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

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

 span { border-color: rgb(25,47,108); }

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