Html Css Color HEX #193272 Sapphire

📋 copy color: '#193272'

red 25 ◦ green 50 ◦ blue 114

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

Shades of Sapphire #193272

Tints of Sapphire #193272

RGB

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

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

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

R = 13.23%
G = 26.46%
B = 60.32%

CMYK

 C value IS 0.78

 M value IS 0.56

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#193272 (or 0x193272) is known color: Sapphire. HEX triplet: 19, 32 and 72. RGB value is (25,50,114). Sum of RGB (Red+Green+Blue) = 25+50+114=189 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.23% from 189); Green value is 50 (19.92% from 255 or 26.46% from 189); Blue value is 114 (44.92% from 255 or 60.32% from 189); Max value from RGB is 114 - color contains mainly: blue. Hex color #193272 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193272 is #E6CD8D. Grayscale: #313131. Windows color (decimal): -15125902 or 7483929. OLE color: 7483929.

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

Color convert

RGB 25 50 114 -
CMYK 0.78 0.56 0 0.55
HSL 223.15º 0.64% 0.27% -
HSV(B) 223.15º 0.78% 0.45% -
XYZ 4.58 3.7 16.39 -
YUV 49.82 164.22 110.3 -
System Red Green Blue C M Y K H S L
Decimal 25 50 114 0.78 0.56 0 0.55 223.15 0.64 0.27
Hex 19 32 72 4E 38 0 37 DF 40 1B
Octal 31 62 162 116 70 0 67 337 100 33
Binary 11001 110010 1110010 1001110 111000 0 110111 11011111 1000000 11011

Color Harmonies of #193272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193272

Black with #193272

Text Example


Text Example

White with #193272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193272; }

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

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

background-color css

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

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

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

border-color css

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

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

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