Html Css Color HEX #193370 Sapphire

📋 copy color: '#193370'

red 25 ◦ green 51 ◦ blue 112

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

Shades of Sapphire #193370

Tints of Sapphire #193370

RGB

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

 GREEN value IS 51 (20.31% from 255) = 27.13%

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

R = 13.3%
G = 27.13%
B = 59.57%

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

#193370 (or 0x193370) is known color: Sapphire. HEX triplet: 19, 33 and 70. RGB value is (25,51,112). Sum of RGB (Red+Green+Blue) = 25+51+112=188 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.30% from 188); Green value is 51 (20.31% from 255 or 27.13% from 188); Blue value is 112 (44.14% from 255 or 59.57% from 188); Max value from RGB is 112 - color contains mainly: blue. Hex color #193370 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193370 is #E6CC8F. Grayscale: #313131. Windows color (decimal): -15125648 or 7353113. OLE color: 7353113.

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

Color convert

RGB 25 51 112 -
CMYK 0.78 0.54 0 0.56
HSL 222.07º 0.64% 0.27% -
HSV(B) 222.07º 0.78% 0.44% -
XYZ 4.51 3.74 15.81 -
YUV 50.18 162.89 110.04 -
System Red Green Blue C M Y K H S L
Decimal 25 51 112 0.78 0.54 0 0.56 222.07 0.64 0.27
Hex 19 33 70 4E 36 0 38 DE 40 1B
Octal 31 63 160 116 66 0 70 336 100 33
Binary 11001 110011 1110000 1001110 110110 0 111000 11011110 1000000 11011

Color Harmonies of #193370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193370

Black with #193370

Text Example


Text Example

White with #193370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193370; }

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

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

background-color css

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

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

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

border-color css

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

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

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