Html Css Color HEX #132575 Sapphire

📋 copy color: '#132575'

red 19 ◦ green 37 ◦ blue 117

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

Shades of Sapphire #132575

Tints of Sapphire #132575

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.39%

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

R = 10.98%
G = 21.39%
B = 67.63%

CMYK

 C value IS 0.84

 M value IS 0.68

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#132575 (or 0x132575) is known color: Sapphire. HEX triplet: 13, 25 and 75. RGB value is (19,37,117). Sum of RGB (Red+Green+Blue) = 19+37+117=173 (22% of max value = 765). Red value is 19 (7.81% from 255 or 10.98% from 173); Green value is 37 (14.84% from 255 or 21.39% from 173); Blue value is 117 (46.09% from 255 or 67.63% from 173); Max value from RGB is 117 - color contains mainly: blue. Hex color #132575 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132575 is #ECDA8A. Grayscale: #282828. Windows color (decimal): -15522443 or 7677203. OLE color: 7677203.

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

Color convert

RGB 19 37 117 -
CMYK 0.84 0.68 0 0.54
HSL 228.98º 0.72% 0.27% -
HSV(B) 228.98º 0.84% 0.46% -
XYZ 4.14 2.75 17.14 -
YUV 40.74 171.04 112.5 -
System Red Green Blue C M Y K H S L
Decimal 19 37 117 0.84 0.68 0 0.54 228.98 0.72 0.27
Hex 13 25 75 54 44 0 36 E5 48 1B
Octal 23 45 165 124 104 0 66 345 110 33
Binary 10011 100101 1110101 1010100 1000100 0 110110 11100101 1001000 11011

Color Harmonies of #132575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132575

Black with #132575

Text Example


Text Example

White with #132575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132575; }

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

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

background-color css

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

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

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

border-color css

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

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

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