Html Css Color HEX #133276 Sapphire

📋 copy color: '#133276'

red 19 ◦ green 50 ◦ blue 118

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

Shades of Sapphire #133276

Tints of Sapphire #133276

RGB

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

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

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

R = 10.16%
G = 26.74%
B = 63.1%

CMYK

 C value IS 0.84

 M value IS 0.58

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#133276 (or 0x133276) is known color: Sapphire. HEX triplet: 13, 32 and 76. RGB value is (19,50,118). Sum of RGB (Red+Green+Blue) = 19+50+118=187 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.16% from 187); Green value is 50 (19.92% from 255 or 26.74% from 187); Blue value is 118 (46.48% from 255 or 63.10% from 187); Max value from RGB is 118 - color contains mainly: blue. Hex color #133276 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133276 is #ECCD89. Grayscale: #303030. Windows color (decimal): -15519114 or 7746067. OLE color: 7746067.

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

Color convert

RGB 19 50 118 -
CMYK 0.84 0.58 0 0.54
HSL 221.21º 0.72% 0.27% -
HSV(B) 221.21º 0.84% 0.46% -
XYZ 4.68 3.73 17.61 -
YUV 48.48 167.23 106.97 -
System Red Green Blue C M Y K H S L
Decimal 19 50 118 0.84 0.58 0 0.54 221.21 0.72 0.27
Hex 13 32 76 54 3A 0 36 DD 48 1B
Octal 23 62 166 124 72 0 66 335 110 33
Binary 10011 110010 1110110 1010100 111010 0 110110 11011101 1001000 11011

Color Harmonies of #133276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133276

Black with #133276

Text Example


Text Example

White with #133276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133276; }

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

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

background-color css

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

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

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

border-color css

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

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

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