Html Css Color HEX #133170 Sapphire

📋 copy color: '#133170'

red 19 ◦ green 49 ◦ blue 112

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

Shades of Sapphire #133170

Tints of Sapphire #133170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 62.22%

R = 10.56%
G = 27.22%
B = 62.22%

CMYK

 C value IS 0.83

 M value IS 0.56

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#133170 (or 0x133170) is known color: Sapphire. HEX triplet: 13, 31 and 70. RGB value is (19,49,112). Sum of RGB (Red+Green+Blue) = 19+49+112=180 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.56% from 180); Green value is 49 (19.53% from 255 or 27.22% from 180); Blue value is 112 (44.14% from 255 or 62.22% from 180); Max value from RGB is 112 - color contains mainly: blue. Hex color #133170 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133170 is #ECCE8F. Grayscale: #2E2E2E. Windows color (decimal): -15519376 or 7352595. OLE color: 7352595.

HSL color Cylindrical-coordinate representation of color #133170: hue angle of 220.65º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #133170 is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 49 112 -
CMYK 0.83 0.56 0 0.56
HSL 220.65º 0.71% 0.26% -
HSV(B) 220.65º 0.83% 0.44% -
XYZ 4.29 3.5 15.78 -
YUV 47.21 164.56 107.88 -
System Red Green Blue C M Y K H S L
Decimal 19 49 112 0.83 0.56 0 0.56 220.65 0.71 0.26
Hex 13 31 70 53 38 0 38 DD 47 1A
Octal 23 61 160 123 70 0 70 335 107 32
Binary 10011 110001 1110000 1010011 111000 0 111000 11011101 1000111 11010

Color Harmonies of #133170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133170

Black with #133170

Text Example


Text Example

White with #133170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133170; }

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

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

background-color css

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

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

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

border-color css

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

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

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