Html Css Color HEX #193270 Sapphire

📋 copy color: '#193270'

red 25 ◦ green 50 ◦ blue 112

#193270
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sapphire #193270

Tints of Sapphire #193270

RGB

 RED value IS 25 (10.16% from 255) = 13.37%

 GREEN value IS 50 (19.92% from 255) = 26.74%

 BLUE value IS 112 (44.14% from 255) = 59.89%

R = 13.37%
G = 26.74%
B = 59.89%

CMYK

 C value IS 0.78

 M value IS 0.55

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#193270 (or 0x193270) is known color: Sapphire. HEX triplet: 19, 32 and 70. RGB value is (25,50,112). Sum of RGB (Red+Green+Blue) = 25+50+112=187 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.37% from 187); Green value is 50 (19.92% from 255 or 26.74% from 187); Blue value is 112 (44.14% from 255 or 59.89% from 187); Max value from RGB is 112 - color contains mainly: blue. Hex color #193270 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193270 is #E6CD8F. Grayscale: #313131. Windows color (decimal): -15125904 or 7352857. OLE color: 7352857.

HSL color Cylindrical-coordinate representation of color #193270: hue angle of 222.76º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #193270 is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 25 50 112 -
CMYK 0.78 0.55 0 0.56
HSL 222.76º 0.64% 0.27% -
HSV(B) 222.76º 0.78% 0.44% -
XYZ 4.47 3.66 15.8 -
YUV 49.59 163.22 110.46 -
System Red Green Blue C M Y K H S L
Decimal 25 50 112 0.78 0.55 0 0.56 222.76 0.64 0.27
Hex 19 32 70 4E 37 0 38 DF 40 1B
Octal 31 62 160 116 67 0 70 337 100 33
Binary 11001 110010 1110000 1001110 110111 0 111000 11011111 1000000 11011

Color Harmonies of #193270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193270

Black with #193270

Text Example


Text Example

White with #193270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193270; }

 p { color: rgb(25,50,112); }

 H1.HeaderClassName
 {
   color: #193270;
 }
 .AnyTagClassName
 {
   color: #193270;
 }
</style>

background-color css

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

 a { background-color: rgb(25,50,112); }

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

border-color css

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

 span { border-color: rgb(25,50,112); }

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