Html Css Color HEX #193470 Sapphire

📋 copy color: '#193470'

red 25 ◦ green 52 ◦ blue 112

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

Shades of Sapphire #193470

Tints of Sapphire #193470

RGB

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

 GREEN value IS 52 (20.7% from 255) = 27.51%

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

R = 13.23%
G = 27.51%
B = 59.26%

CMYK

 C value IS 0.78

 M value IS 0.54

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#193470 (or 0x193470) is known color: Sapphire. HEX triplet: 19, 34 and 70. RGB value is (25,52,112). Sum of RGB (Red+Green+Blue) = 25+52+112=189 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.23% from 189); Green value is 52 (20.70% from 255 or 27.51% from 189); Blue value is 112 (44.14% from 255 or 59.26% from 189); Max value from RGB is 112 - color contains mainly: blue. Hex color #193470 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193470 is #E6CB8F. Grayscale: #323232. Windows color (decimal): -15125392 or 7353369. OLE color: 7353369.

HSL color Cylindrical-coordinate representation of color #193470: hue angle of 221.38º 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 #193470 is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 25 52 112 -
CMYK 0.78 0.54 0 0.56
HSL 221.38º 0.64% 0.27% -
HSV(B) 221.38º 0.78% 0.44% -
XYZ 4.55 3.83 15.83 -
YUV 50.77 162.55 109.62 -
System Red Green Blue C M Y K H S L
Decimal 25 52 112 0.78 0.54 0 0.56 221.38 0.64 0.27
Hex 19 34 70 4E 36 0 38 DD 40 1B
Octal 31 64 160 116 66 0 70 335 100 33
Binary 11001 110100 1110000 1001110 110110 0 111000 11011101 1000000 11011

Color Harmonies of #193470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193470

Black with #193470

Text Example


Text Example

White with #193470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193470; }

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

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

background-color css

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

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

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

border-color css

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

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

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