Html Css Color HEX #132C71 Sapphire

📋 copy color: '#132C71'

red 19 ◦ green 44 ◦ blue 113

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

Shades of Sapphire #132C71

Tints of Sapphire #132C71

RGB

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

 GREEN value IS 44 (17.58% from 255) = 25%

 BLUE value IS 113 (44.53% from 255) = 64.2%

R = 10.8%
G = 25%
B = 64.2%

CMYK

 C value IS 0.83

 M value IS 0.61

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#132C71 (or 0x132C71) is known color: Sapphire. HEX triplet: 13, 2C and 71. RGB value is (19,44,113). Sum of RGB (Red+Green+Blue) = 19+44+113=176 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.80% from 176); Green value is 44 (17.58% from 255 or 25% from 176); Blue value is 113 (44.53% from 255 or 64.20% from 176); Max value from RGB is 113 - color contains mainly: blue. Hex color #132C71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132C71 is #ECD38E. Grayscale: #2C2C2C. Windows color (decimal): -15520655 or 7416851. OLE color: 7416851.

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

Color convert

RGB 19 44 113 -
CMYK 0.83 0.61 0 0.56
HSL 224.04º 0.71% 0.26% -
HSV(B) 224.04º 0.83% 0.44% -
XYZ 4.15 3.13 16.01 -
YUV 44.39 166.72 109.89 -
System Red Green Blue C M Y K H S L
Decimal 19 44 113 0.83 0.61 0 0.56 224.04 0.71 0.26
Hex 13 2C 71 53 3D 0 38 E0 47 1A
Octal 23 54 161 123 75 0 70 340 107 32
Binary 10011 101100 1110001 1010011 111101 0 111000 11100000 1000111 11010

Color Harmonies of #132C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132C71

Black with #132C71

Text Example


Text Example

White with #132C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,44,113); }

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

background-color css

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

 a { background-color: rgb(19,44,113); }

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

border-color css

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

 span { border-color: rgb(19,44,113); }

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