Html Css Color HEX #133376 Sapphire

📋 copy color: '#133376'

red 19 ◦ green 51 ◦ blue 118

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

Shades of Sapphire #133376

Tints of Sapphire #133376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 62.77%

R = 10.11%
G = 27.13%
B = 62.77%

CMYK

 C value IS 0.84

 M value IS 0.57

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#133376 (or 0x133376) is known color: Sapphire. HEX triplet: 13, 33 and 76. RGB value is (19,51,118). Sum of RGB (Red+Green+Blue) = 19+51+118=188 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.11% from 188); Green value is 51 (20.31% from 255 or 27.13% from 188); Blue value is 118 (46.48% from 255 or 62.77% from 188); Max value from RGB is 118 - color contains mainly: blue. Hex color #133376 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133376 is #ECCC89. Grayscale: #303030. Windows color (decimal): -15518858 or 7746323. OLE color: 7746323.

HSL color Cylindrical-coordinate representation of color #133376: hue angle of 220.61º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #133376 is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 19 51 118 -
CMYK 0.84 0.57 0 0.54
HSL 220.61º 0.72% 0.27% -
HSV(B) 220.61º 0.84% 0.46% -
XYZ 4.72 3.81 17.63 -
YUV 49.07 166.9 106.55 -
System Red Green Blue C M Y K H S L
Decimal 19 51 118 0.84 0.57 0 0.54 220.61 0.72 0.27
Hex 13 33 76 54 39 0 36 DD 48 1B
Octal 23 63 166 124 71 0 66 335 110 33
Binary 10011 110011 1110110 1010100 111001 0 110110 11011101 1001000 11011

Color Harmonies of #133376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133376

Black with #133376

Text Example


Text Example

White with #133376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133376; }

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

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

background-color css

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

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

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

border-color css

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

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

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