#192A6C

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

Shades of Sapphire #192A6C

Tints of Sapphire #192A6C

Color information

#192A6C (or 0x192A6C) is unknown color: approx Sapphire. HEX triplet: 19, 2A and 6C. RGB value is (25,42,108). Sum of RGB (Red+Green+Blue) = 25+42+108=175 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.29% from 175); Green value is 42 (16.80% from 255 or 24% from 175); Blue value is 108 (42.58% from 255 or 61.71% from 175); Max value from RGB is 108 - color contains mainly: blue. Hex color #192A6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192A6C is #E6D593. Grayscale: #2C2C2C. Windows color (decimal): -15127956 or 7088665. OLE color: 7088665.

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

Color convert

RGB2542108-
CMYK0.770.6100.58
HSL227.71º62.41%26.08%-
HSV(B)227.71º76.85%42.35%-
XYZ3.942.9514.55-
YUV44.44163.87114.13-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.29%
GREEN value IS 42 (16.80% from 255) = 24%
BLUE value IS 108 (42.58% from 255) = 61.71%
R=14.29%
G=24%
B=61.71%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal25421080.770.6100.58227.7162.4126.08
Hex192A6C4D3D03Ae43e1a
Octal3152154115750723447632
Binary110011010101101100100110111110101110101110010011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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