Html Css Color HEX #133161 Sapphire

📋 copy color: '#133161'

red 19 ◦ green 49 ◦ blue 97

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

Shades of Sapphire #133161

Tints of Sapphire #133161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 58.79%

R = 11.52%
G = 29.7%
B = 58.79%

CMYK

 C value IS 0.80

 M value IS 0.49

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#133161 (or 0x133161) is known color: Sapphire. HEX triplet: 13, 31 and 61. RGB value is (19,49,97). Sum of RGB (Red+Green+Blue) = 19+49+97=165 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.52% from 165); Green value is 49 (19.53% from 255 or 29.70% from 165); Blue value is 97 (38.28% from 255 or 58.79% from 165); Max value from RGB is 97 - color contains mainly: blue. Hex color #133161 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133161 is #ECCE9E. Grayscale: #2D2D2D. Windows color (decimal): -15519391 or 6369555. OLE color: 6369555.

HSL color Cylindrical-coordinate representation of color #133161: hue angle of 216.92º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #133161 is Cyan = 0.80, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 49 97 -
CMYK 0.80 0.49 0 0.62
HSL 216.92º 0.67% 0.23% -
HSV(B) 216.92º 0.8% 0.38% -
XYZ 3.52 3.2 11.74 -
YUV 45.5 157.06 109.1 -
System Red Green Blue C M Y K H S L
Decimal 19 49 97 0.80 0.49 0 0.62 216.92 0.67 0.23
Hex 13 31 61 50 31 0 3E D9 43 17
Octal 23 61 141 120 61 0 76 331 103 27
Binary 10011 110001 1100001 1010000 110001 0 111110 11011001 1000011 10111

Color Harmonies of #133161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133161

Black with #133161

Text Example


Text Example

White with #133161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133161; }

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

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

background-color css

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

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

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

border-color css

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

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

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