#192E78

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

Shades of Sapphire #192E78

Tints of Sapphire #192E78

Color information

#192E78 (or 0x192E78) is unknown color: approx Sapphire. HEX triplet: 19, 2E and 78. RGB value is (25,46,120). Sum of RGB (Red+Green+Blue) = 25+46+120=191 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.09% from 191); Green value is 46 (18.36% from 255 or 24.08% from 191); Blue value is 120 (47.27% from 255 or 62.83% from 191); Max value from RGB is 120 - color contains mainly: blue. Hex color #192E78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192E78 is #E6D187. Grayscale: #2F2F2F. Windows color (decimal): -15126920 or 7876121. OLE color: 7876121.

HSL color Cylindrical-coordinate representation of color #192E78: hue angle of 226.74º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #192E78 is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2546120-
CMYK0.790.6200.53
HSL226.74º65.52%28.43%-
HSV(B)226.74º79.17%47.06%-
XYZ4.773.5218.2-
YUV48.16168.54111.48-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.09%
GREEN value IS 46 (18.36% from 255) = 24.08%
BLUE value IS 120 (47.27% from 255) = 62.83%
R=13.09%
G=24.08%
B=62.83%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal25461200.790.6200.53226.7465.5228.43
Hex192E784F3E035e3421c
Octal31561701177606534310234
Binary1100110111011110001001111111110011010111100011100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,46,120); }

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

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

 a { background-color: rgb(25,46,120); }

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

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

 span { border-color: rgb(25,46,120); }

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