Html Css Color HEX #193070 Sapphire

📋 copy color: '#193070'

red 25 ◦ green 48 ◦ blue 112

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

Shades of Sapphire #193070

Tints of Sapphire #193070

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25.95%

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

R = 13.51%
G = 25.95%
B = 60.54%

CMYK

 C value IS 0.78

 M value IS 0.57

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#193070 (or 0x193070) is known color: Sapphire. HEX triplet: 19, 30 and 70. RGB value is (25,48,112). Sum of RGB (Red+Green+Blue) = 25+48+112=185 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.51% from 185); Green value is 48 (19.14% from 255 or 25.95% from 185); Blue value is 112 (44.14% from 255 or 60.54% from 185); Max value from RGB is 112 - color contains mainly: blue. Hex color #193070 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193070 is #E6CF8F. Grayscale: #303030. Windows color (decimal): -15126416 or 7352345. OLE color: 7352345.

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

Color convert

RGB 25 48 112 -
CMYK 0.78 0.57 0 0.56
HSL 224.14º 0.64% 0.27% -
HSV(B) 224.14º 0.78% 0.44% -
XYZ 4.38 3.49 15.77 -
YUV 48.42 163.88 111.3 -
System Red Green Blue C M Y K H S L
Decimal 25 48 112 0.78 0.57 0 0.56 224.14 0.64 0.27
Hex 19 30 70 4E 39 0 38 E0 40 1B
Octal 31 60 160 116 71 0 70 340 100 33
Binary 11001 110000 1110000 1001110 111001 0 111000 11100000 1000000 11011

Color Harmonies of #193070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193070

Black with #193070

Text Example


Text Example

White with #193070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193070; }

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

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

background-color css

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

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

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

border-color css

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

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

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