Html Css Color HEX #132875 Sapphire

📋 copy color: '#132875'

red 19 ◦ green 40 ◦ blue 117

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

Shades of Sapphire #132875

Tints of Sapphire #132875

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.73%

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

R = 10.8%
G = 22.73%
B = 66.48%

CMYK

 C value IS 0.84

 M value IS 0.66

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#132875 (or 0x132875) is known color: Sapphire. HEX triplet: 13, 28 and 75. RGB value is (19,40,117). Sum of RGB (Red+Green+Blue) = 19+40+117=176 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.80% from 176); Green value is 40 (16.02% from 255 or 22.73% from 176); Blue value is 117 (46.09% from 255 or 66.48% from 176); Max value from RGB is 117 - color contains mainly: blue. Hex color #132875 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132875 is #ECD78A. Grayscale: #2A2A2A. Windows color (decimal): -15521675 or 7677971. OLE color: 7677971.

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

Color convert

RGB 19 40 117 -
CMYK 0.84 0.66 0 0.54
HSL 227.14º 0.72% 0.27% -
HSV(B) 227.14º 0.84% 0.46% -
XYZ 4.24 2.94 17.17 -
YUV 42.5 170.04 111.24 -
System Red Green Blue C M Y K H S L
Decimal 19 40 117 0.84 0.66 0 0.54 227.14 0.72 0.27
Hex 13 28 75 54 42 0 36 E3 48 1B
Octal 23 50 165 124 102 0 66 343 110 33
Binary 10011 101000 1110101 1010100 1000010 0 110110 11100011 1001000 11011

Color Harmonies of #132875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132875

Black with #132875

Text Example


Text Example

White with #132875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132875; }

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

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

background-color css

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

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

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

border-color css

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

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

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