Html Css Color HEX #133475 Sapphire

📋 copy color: '#133475'

red 19 ◦ green 52 ◦ blue 117

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

Shades of Sapphire #133475

Tints of Sapphire #133475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 62.23%

R = 10.11%
G = 27.66%
B = 62.23%

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

#133475 (or 0x133475) is known color: Sapphire. HEX triplet: 13, 34 and 75. RGB value is (19,52,117). Sum of RGB (Red+Green+Blue) = 19+52+117=188 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.11% from 188); Green value is 52 (20.70% from 255 or 27.66% from 188); Blue value is 117 (46.09% from 255 or 62.23% from 188); Max value from RGB is 117 - color contains mainly: blue. Hex color #133475 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133475 is #ECCB8A. Grayscale: #313131. Windows color (decimal): -15518603 or 7681043. OLE color: 7681043.

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

Color convert

RGB 19 52 117 -
CMYK 0.84 0.56 0 0.54
HSL 219.8º 0.72% 0.27% -
HSV(B) 219.8º 0.84% 0.46% -
XYZ 4.71 3.88 17.33 -
YUV 49.54 166.07 106.21 -
System Red Green Blue C M Y K H S L
Decimal 19 52 117 0.84 0.56 0 0.54 219.8 0.72 0.27
Hex 13 34 75 54 38 0 36 DC 48 1B
Octal 23 64 165 124 70 0 66 334 110 33
Binary 10011 110100 1110101 1010100 111000 0 110110 11011100 1001000 11011

Color Harmonies of #133475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133475

Black with #133475

Text Example


Text Example

White with #133475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133475; }

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

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

background-color css

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

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

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

border-color css

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

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

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