Html Css Color HEX #133175 Sapphire

📋 copy color: '#133175'

red 19 ◦ green 49 ◦ blue 117

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

Shades of Sapphire #133175

Tints of Sapphire #133175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 63.24%

R = 10.27%
G = 26.49%
B = 63.24%

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

#133175 (or 0x133175) is known color: Sapphire. HEX triplet: 13, 31 and 75. RGB value is (19,49,117). Sum of RGB (Red+Green+Blue) = 19+49+117=185 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.27% from 185); Green value is 49 (19.53% from 255 or 26.49% from 185); Blue value is 117 (46.09% from 255 or 63.24% from 185); Max value from RGB is 117 - color contains mainly: blue. Hex color #133175 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133175 is #ECCE8A. Grayscale: #2F2F2F. Windows color (decimal): -15519371 or 7680275. OLE color: 7680275.

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

Color convert

RGB 19 49 117 -
CMYK 0.84 0.58 0 0.54
HSL 221.63º 0.72% 0.27% -
HSV(B) 221.63º 0.84% 0.46% -
XYZ 4.58 3.62 17.29 -
YUV 47.78 167.06 107.47 -
System Red Green Blue C M Y K H S L
Decimal 19 49 117 0.84 0.58 0 0.54 221.63 0.72 0.27
Hex 13 31 75 54 3A 0 36 DE 48 1B
Octal 23 61 165 124 72 0 66 336 110 33
Binary 10011 110001 1110101 1010100 111010 0 110110 11011110 1001000 11011

Color Harmonies of #133175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133175

Black with #133175

Text Example


Text Example

White with #133175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133175; }

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

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

background-color css

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

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

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

border-color css

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

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

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