#193478

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

Shades of Sapphire #193478

Tints of Sapphire #193478

Color information

#193478 (or 0x193478) is unknown color: approx Sapphire. HEX triplet: 19, 34 and 78. RGB value is (25,52,120). Sum of RGB (Red+Green+Blue) = 25+52+120=197 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.69% from 197); Green value is 52 (20.70% from 255 or 26.40% from 197); Blue value is 120 (47.27% from 255 or 60.91% from 197); Max value from RGB is 120 - color contains mainly: blue. Hex color #193478 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193478 is #E6CB87. Grayscale: #333333. Windows color (decimal): -15125384 or 7877657. OLE color: 7877657.

HSL color Cylindrical-coordinate representation of color #193478: hue angle of 222.95º 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 #193478 is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2552120-
CMYK0.790.5700.53
HSL222.95º65.52%28.43%-
HSV(B)222.95º79.17%47.06%-
XYZ5.024.0218.28-
YUV51.68166.55108.97-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.69%
GREEN value IS 52 (20.70% from 255) = 26.40%
BLUE value IS 120 (47.27% from 255) = 60.91%
R=12.69%
G=26.40%
B=60.91%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal25521200.790.5700.53222.9565.5228.43
Hex1934784F39035df421c
Octal31641701177106533710234
Binary1100111010011110001001111111001011010111011111100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193478; }

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

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

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

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

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

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

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

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