Html Css Color HEX #133771 Sapphire

📋 copy color: '#133771'

red 19 ◦ green 55 ◦ blue 113

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

Shades of Sapphire #133771

Tints of Sapphire #133771

RGB

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

 GREEN value IS 55 (21.88% from 255) = 29.41%

 BLUE value IS 113 (44.53% from 255) = 60.43%

R = 10.16%
G = 29.41%
B = 60.43%

CMYK

 C value IS 0.83

 M value IS 0.51

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#133771 (or 0x133771) is known color: Sapphire. HEX triplet: 13, 37 and 71. RGB value is (19,55,113). Sum of RGB (Red+Green+Blue) = 19+55+113=187 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.16% from 187); Green value is 55 (21.88% from 255 or 29.41% from 187); Blue value is 113 (44.53% from 255 or 60.43% from 187); Max value from RGB is 113 - color contains mainly: blue. Hex color #133771 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133771 is #ECC88E. Grayscale: #323232. Windows color (decimal): -15517839 or 7419667. OLE color: 7419667.

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

Color convert

RGB 19 55 113 -
CMYK 0.83 0.51 0 0.56
HSL 217.02º 0.71% 0.26% -
HSV(B) 217.02º 0.83% 0.44% -
XYZ 4.62 4.06 16.16 -
YUV 50.85 163.07 105.28 -
System Red Green Blue C M Y K H S L
Decimal 19 55 113 0.83 0.51 0 0.56 217.02 0.71 0.26
Hex 13 37 71 53 33 0 38 D9 47 1A
Octal 23 67 161 123 63 0 70 331 107 32
Binary 10011 110111 1110001 1010011 110011 0 111000 11011001 1000111 11010

Color Harmonies of #133771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133771

Black with #133771

Text Example


Text Example

White with #133771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133771; }

 p { color: rgb(19,55,113); }

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

background-color css

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

 a { background-color: rgb(19,55,113); }

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

border-color css

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

 span { border-color: rgb(19,55,113); }

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