Html Css Color HEX #132D70 Sapphire

📋 copy color: '#132D70'

red 19 ◦ green 45 ◦ blue 112

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

Shades of Sapphire #132D70

Tints of Sapphire #132D70

RGB

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

 GREEN value IS 45 (17.97% from 255) = 25.57%

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

R = 10.8%
G = 25.57%
B = 63.64%

CMYK

 C value IS 0.83

 M value IS 0.60

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#132D70 (or 0x132D70) is known color: Sapphire. HEX triplet: 13, 2D and 70. RGB value is (19,45,112). Sum of RGB (Red+Green+Blue) = 19+45+112=176 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.80% from 176); Green value is 45 (17.97% from 255 or 25.57% from 176); Blue value is 112 (44.14% from 255 or 63.64% from 176); Max value from RGB is 112 - color contains mainly: blue. Hex color #132D70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132D70 is #ECD28F. Grayscale: #2C2C2C. Windows color (decimal): -15520400 or 7351571. OLE color: 7351571.

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

Color convert

RGB 19 45 112 -
CMYK 0.83 0.60 0 0.56
HSL 223.23º 0.71% 0.26% -
HSV(B) 223.23º 0.83% 0.44% -
XYZ 4.13 3.19 15.73 -
YUV 44.86 165.89 109.55 -
System Red Green Blue C M Y K H S L
Decimal 19 45 112 0.83 0.60 0 0.56 223.23 0.71 0.26
Hex 13 2D 70 53 3C 0 38 DF 47 1A
Octal 23 55 160 123 74 0 70 337 107 32
Binary 10011 101101 1110000 1010011 111100 0 111000 11011111 1000111 11010

Color Harmonies of #132D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132D70

Black with #132D70

Text Example


Text Example

White with #132D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132D70; }

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

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

background-color css

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

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

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

border-color css

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

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

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