Html Css Color HEX #133471 Sapphire

📋 copy color: '#133471'

red 19 ◦ green 52 ◦ blue 113

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

Shades of Sapphire #133471

Tints of Sapphire #133471

RGB

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

 GREEN value IS 52 (20.7% from 255) = 28.26%

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

R = 10.33%
G = 28.26%
B = 61.41%

CMYK

 C value IS 0.83

 M value IS 0.54

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#133471 (or 0x133471) is known color: Sapphire. HEX triplet: 13, 34 and 71. RGB value is (19,52,113). Sum of RGB (Red+Green+Blue) = 19+52+113=184 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.33% from 184); Green value is 52 (20.70% from 255 or 28.26% from 184); Blue value is 113 (44.53% from 255 or 61.41% from 184); Max value from RGB is 113 - color contains mainly: blue. Hex color #133471 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133471 is #ECCB8E. Grayscale: #303030. Windows color (decimal): -15518607 or 7418899. OLE color: 7418899.

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

Color convert

RGB 19 52 113 -
CMYK 0.83 0.54 0 0.56
HSL 218.94º 0.71% 0.26% -
HSV(B) 218.94º 0.83% 0.44% -
XYZ 4.48 3.79 16.12 -
YUV 49.09 164.07 106.54 -
System Red Green Blue C M Y K H S L
Decimal 19 52 113 0.83 0.54 0 0.56 218.94 0.71 0.26
Hex 13 34 71 53 36 0 38 DB 47 1A
Octal 23 64 161 123 66 0 70 333 107 32
Binary 10011 110100 1110001 1010011 110110 0 111000 11011011 1000111 11010

Color Harmonies of #133471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133471

Black with #133471

Text Example


Text Example

White with #133471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133471; }

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

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

background-color css

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

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

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

border-color css

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

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

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