Html Css Color HEX #133476 Sapphire

📋 copy color: '#133476'

red 19 ◦ green 52 ◦ blue 118

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

Shades of Sapphire #133476

Tints of Sapphire #133476

RGB

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

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

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

R = 10.05%
G = 27.51%
B = 62.43%

CMYK

 C value IS 0.84

 M value IS 0.56

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#133476 (or 0x133476) is known color: Sapphire. HEX triplet: 13, 34 and 76. RGB value is (19,52,118). Sum of RGB (Red+Green+Blue) = 19+52+118=189 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10.05% from 189); Green value is 52 (20.70% from 255 or 27.51% from 189); Blue value is 118 (46.48% from 255 or 62.43% from 189); Max value from RGB is 118 - color contains mainly: blue. Hex color #133476 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133476 is #ECCB89. Grayscale: #313131. Windows color (decimal): -15518602 or 7746579. OLE color: 7746579.

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

Color convert

RGB 19 52 118 -
CMYK 0.84 0.56 0 0.54
HSL 220º 0.72% 0.27% -
HSV(B) 220º 0.84% 0.46% -
XYZ 4.77 3.9 17.64 -
YUV 49.66 166.57 106.13 -
System Red Green Blue C M Y K H S L
Decimal 19 52 118 0.84 0.56 0 0.54 220 0.72 0.27
Hex 13 34 76 54 38 0 36 DC 48 1B
Octal 23 64 166 124 70 0 66 334 110 33
Binary 10011 110100 1110110 1010100 111000 0 110110 11011100 1001000 11011

Color Harmonies of #133476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133476

Black with #133476

Text Example


Text Example

White with #133476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133476; }

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

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

background-color css

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

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

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

border-color css

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

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

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