Html Css Color HEX #133177 Sapphire

📋 copy color: '#133177'

red 19 ◦ green 49 ◦ blue 119

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

Shades of Sapphire #133177

Tints of Sapphire #133177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 63.64%

R = 10.16%
G = 26.2%
B = 63.64%

CMYK

 C value IS 0.84

 M value IS 0.59

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#133177 (or 0x133177) is known color: Sapphire. HEX triplet: 13, 31 and 77. RGB value is (19,49,119). Sum of RGB (Red+Green+Blue) = 19+49+119=187 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.16% from 187); Green value is 49 (19.53% from 255 or 26.20% from 187); Blue value is 119 (46.88% from 255 or 63.64% from 187); Max value from RGB is 119 - color contains mainly: blue. Hex color #133177 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133177 is #ECCE88. Grayscale: #2F2F2F. Windows color (decimal): -15519369 or 7811347. OLE color: 7811347.

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

Color convert

RGB 19 49 119 -
CMYK 0.84 0.59 0 0.53
HSL 222º 0.72% 0.27% -
HSV(B) 222º 0.84% 0.47% -
XYZ 4.7 3.67 17.91 -
YUV 48.01 168.06 107.31 -
System Red Green Blue C M Y K H S L
Decimal 19 49 119 0.84 0.59 0 0.53 222 0.72 0.27
Hex 13 31 77 54 3B 0 35 DE 48 1B
Octal 23 61 167 124 73 0 65 336 110 33
Binary 10011 110001 1110111 1010100 111011 0 110101 11011110 1001000 11011

Color Harmonies of #133177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133177

Black with #133177

Text Example


Text Example

White with #133177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133177; }

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

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

background-color css

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

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

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

border-color css

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

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

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