Html Css Color HEX #133271 Sapphire

📋 copy color: '#133271'

red 19 ◦ green 50 ◦ blue 113

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

Shades of Sapphire #133271

Tints of Sapphire #133271

RGB

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

 GREEN value IS 50 (19.92% from 255) = 27.47%

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

R = 10.44%
G = 27.47%
B = 62.09%

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

#133271 (or 0x133271) is known color: Sapphire. HEX triplet: 13, 32 and 71. RGB value is (19,50,113). Sum of RGB (Red+Green+Blue) = 19+50+113=182 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.44% from 182); Green value is 50 (19.92% from 255 or 27.47% from 182); Blue value is 113 (44.53% from 255 or 62.09% from 182); Max value from RGB is 113 - color contains mainly: blue. Hex color #133271 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133271 is #ECCD8E. Grayscale: #2F2F2F. Windows color (decimal): -15519119 or 7418387. OLE color: 7418387.

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

Color convert

RGB 19 50 113 -
CMYK 0.83 0.56 0 0.56
HSL 220.21º 0.71% 0.26% -
HSV(B) 220.21º 0.83% 0.44% -
XYZ 4.39 3.61 16.09 -
YUV 47.91 164.73 107.38 -
System Red Green Blue C M Y K H S L
Decimal 19 50 113 0.83 0.56 0 0.56 220.21 0.71 0.26
Hex 13 32 71 53 38 0 38 DC 47 1A
Octal 23 62 161 123 70 0 70 334 107 32
Binary 10011 110010 1110001 1010011 111000 0 111000 11011100 1000111 11010

Color Harmonies of #133271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133271

Black with #133271

Text Example


Text Example

White with #133271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133271; }

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

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

background-color css

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

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

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

border-color css

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

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

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