Html Css Color HEX #193072 Sapphire

📋 copy color: '#193072'

red 25 ◦ green 48 ◦ blue 114

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

Shades of Sapphire #193072

Tints of Sapphire #193072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 60.96%

R = 13.37%
G = 25.67%
B = 60.96%

CMYK

 C value IS 0.78

 M value IS 0.58

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#193072 (or 0x193072) is known color: Sapphire. HEX triplet: 19, 30 and 72. RGB value is (25,48,114). Sum of RGB (Red+Green+Blue) = 25+48+114=187 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.37% from 187); Green value is 48 (19.14% from 255 or 25.67% from 187); Blue value is 114 (44.92% from 255 or 60.96% from 187); Max value from RGB is 114 - color contains mainly: blue. Hex color #193072 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193072 is #E6CF8D. Grayscale: #303030. Windows color (decimal): -15126414 or 7483417. OLE color: 7483417.

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

Color convert

RGB 25 48 114 -
CMYK 0.78 0.58 0 0.55
HSL 224.49º 0.64% 0.27% -
HSV(B) 224.49º 0.78% 0.45% -
XYZ 4.5 3.54 16.37 -
YUV 48.65 164.88 111.13 -
System Red Green Blue C M Y K H S L
Decimal 25 48 114 0.78 0.58 0 0.55 224.49 0.64 0.27
Hex 19 30 72 4E 3A 0 37 E0 40 1B
Octal 31 60 162 116 72 0 67 340 100 33
Binary 11001 110000 1110010 1001110 111010 0 110111 11100000 1000000 11011

Color Harmonies of #193072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193072

Black with #193072

Text Example


Text Example

White with #193072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193072; }

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

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

background-color css

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

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

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

border-color css

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

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

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