Html Css Color HEX #132870 Sapphire

📋 copy color: '#132870'

red 19 ◦ green 40 ◦ blue 112

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

Shades of Sapphire #132870

Tints of Sapphire #132870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 65.5%

R = 11.11%
G = 23.39%
B = 65.5%

CMYK

 C value IS 0.83

 M value IS 0.64

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#132870 (or 0x132870) is known color: Sapphire. HEX triplet: 13, 28 and 70. RGB value is (19,40,112). Sum of RGB (Red+Green+Blue) = 19+40+112=171 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.11% from 171); Green value is 40 (16.02% from 255 or 23.39% from 171); Blue value is 112 (44.14% from 255 or 65.50% from 171); Max value from RGB is 112 - color contains mainly: blue. Hex color #132870 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132870 is #ECD78F. Grayscale: #292929. Windows color (decimal): -15521680 or 7350291. OLE color: 7350291.

HSL color Cylindrical-coordinate representation of color #132870: hue angle of 226.45º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #132870 is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 40 112 -
CMYK 0.83 0.64 0 0.56
HSL 226.45º 0.71% 0.26% -
HSV(B) 226.45º 0.83% 0.44% -
XYZ 3.95 2.83 15.67 -
YUV 41.93 167.54 111.65 -
System Red Green Blue C M Y K H S L
Decimal 19 40 112 0.83 0.64 0 0.56 226.45 0.71 0.26
Hex 13 28 70 53 40 0 38 E2 47 1A
Octal 23 50 160 123 100 0 70 342 107 32
Binary 10011 101000 1110000 1010011 1000000 0 111000 11100010 1000111 11010

Color Harmonies of #132870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132870

Black with #132870

Text Example


Text Example

White with #132870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132870; }

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

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

background-color css

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

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

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

border-color css

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

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

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