Html Css Color HEX #133371 Sapphire

📋 copy color: '#133371'

red 19 ◦ green 51 ◦ blue 113

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

Shades of Sapphire #133371

Tints of Sapphire #133371

RGB

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

 GREEN value IS 51 (20.31% from 255) = 27.87%

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

R = 10.38%
G = 27.87%
B = 61.75%

CMYK

 C value IS 0.83

 M value IS 0.55

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#133371 (or 0x133371) is known color: Sapphire. HEX triplet: 13, 33 and 71. RGB value is (19,51,113). Sum of RGB (Red+Green+Blue) = 19+51+113=183 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.38% from 183); Green value is 51 (20.31% from 255 or 27.87% from 183); Blue value is 113 (44.53% from 255 or 61.75% from 183); Max value from RGB is 113 - color contains mainly: blue. Hex color #133371 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133371 is #ECCC8E. Grayscale: #303030. Windows color (decimal): -15518863 or 7418643. OLE color: 7418643.

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

Color convert

RGB 19 51 113 -
CMYK 0.83 0.55 0 0.56
HSL 219.57º 0.71% 0.26% -
HSV(B) 219.57º 0.83% 0.44% -
XYZ 4.43 3.7 16.1 -
YUV 48.5 164.4 106.96 -
System Red Green Blue C M Y K H S L
Decimal 19 51 113 0.83 0.55 0 0.56 219.57 0.71 0.26
Hex 13 33 71 53 37 0 38 DC 47 1A
Octal 23 63 161 123 67 0 70 334 107 32
Binary 10011 110011 1110001 1010011 110111 0 111000 11011100 1000111 11010

Color Harmonies of #133371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133371

Black with #133371

Text Example


Text Example

White with #133371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133371; }

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

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

background-color css

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

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

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

border-color css

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

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

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