Html Css Color HEX #132770 Sapphire

📋 copy color: '#132770'

red 19 ◦ green 39 ◦ blue 112

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

Shades of Sapphire #132770

Tints of Sapphire #132770

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.94%

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

R = 11.18%
G = 22.94%
B = 65.88%

CMYK

 C value IS 0.83

 M value IS 0.65

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#132770 (or 0x132770) is known color: Sapphire. HEX triplet: 13, 27 and 70. RGB value is (19,39,112). Sum of RGB (Red+Green+Blue) = 19+39+112=170 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.18% from 170); Green value is 39 (15.62% from 255 or 22.94% from 170); Blue value is 112 (44.14% from 255 or 65.88% from 170); Max value from RGB is 112 - color contains mainly: blue. Hex color #132770 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132770 is #ECD88F. Grayscale: #292929. Windows color (decimal): -15521936 or 7350035. OLE color: 7350035.

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

Color convert

RGB 19 39 112 -
CMYK 0.83 0.65 0 0.56
HSL 227.1º 0.71% 0.26% -
HSV(B) 227.1º 0.83% 0.44% -
XYZ 3.92 2.76 15.66 -
YUV 41.34 167.87 112.06 -
System Red Green Blue C M Y K H S L
Decimal 19 39 112 0.83 0.65 0 0.56 227.1 0.71 0.26
Hex 13 27 70 53 41 0 38 E3 47 1A
Octal 23 47 160 123 101 0 70 343 107 32
Binary 10011 100111 1110000 1010011 1000001 0 111000 11100011 1000111 11010

Color Harmonies of #132770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132770

Black with #132770

Text Example


Text Example

White with #132770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132770; }

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

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

background-color css

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

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

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

border-color css

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

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

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