Html Css Color HEX #133176 Sapphire

📋 copy color: '#133176'

red 19 ◦ green 49 ◦ blue 118

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

Shades of Sapphire #133176

Tints of Sapphire #133176

RGB

 RED value IS 19 (7.81% from 255) = 10.22%

 GREEN value IS 49 (19.53% from 255) = 26.34%

 BLUE value IS 118 (46.48% from 255) = 63.44%

R = 10.22%
G = 26.34%
B = 63.44%

CMYK

 C value IS 0.84

 M value IS 0.58

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#133176 (or 0x133176) is known color: Sapphire. HEX triplet: 13, 31 and 76. RGB value is (19,49,118). Sum of RGB (Red+Green+Blue) = 19+49+118=186 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.22% from 186); Green value is 49 (19.53% from 255 or 26.34% from 186); Blue value is 118 (46.48% from 255 or 63.44% from 186); Max value from RGB is 118 - color contains mainly: blue. Hex color #133176 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133176 is #ECCE89. Grayscale: #2F2F2F. Windows color (decimal): -15519370 or 7745811. OLE color: 7745811.

HSL color Cylindrical-coordinate representation of color #133176: hue angle of 221.82º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #133176 is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 19 49 118 -
CMYK 0.84 0.58 0 0.54
HSL 221.82º 0.72% 0.27% -
HSV(B) 221.82º 0.84% 0.46% -
XYZ 4.64 3.64 17.6 -
YUV 47.9 167.56 107.39 -
System Red Green Blue C M Y K H S L
Decimal 19 49 118 0.84 0.58 0 0.54 221.82 0.72 0.27
Hex 13 31 76 54 3A 0 36 DE 48 1B
Octal 23 61 166 124 72 0 66 336 110 33
Binary 10011 110001 1110110 1010100 111010 0 110110 11011110 1001000 11011

Color Harmonies of #133176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133176

Black with #133176

Text Example


Text Example

White with #133176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133176; }

 p { color: rgb(19,49,118); }

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

background-color css

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

 a { background-color: rgb(19,49,118); }

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

border-color css

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

 span { border-color: rgb(19,49,118); }

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