Html Css Color HEX #132C81 Sapphire

📋 copy color: '#132C81'

red 19 ◦ green 44 ◦ blue 129

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

Shades of Sapphire #132C81

Tints of Sapphire #132C81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 67.19%

R = 9.9%
G = 22.92%
B = 67.19%

CMYK

 C value IS 0.85

 M value IS 0.66

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#132C81 (or 0x132C81) is known color: Sapphire. HEX triplet: 13, 2C and 81. RGB value is (19,44,129). Sum of RGB (Red+Green+Blue) = 19+44+129=192 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.90% from 192); Green value is 44 (17.58% from 255 or 22.92% from 192); Blue value is 129 (50.78% from 255 or 67.19% from 192); Max value from RGB is 129 - color contains mainly: blue. Hex color #132C81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132C81 is #ECD37E. Grayscale: #2D2D2D. Windows color (decimal): -15520639 or 8465427. OLE color: 8465427.

HSL color Cylindrical-coordinate representation of color #132C81: hue angle of 226.36º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #132C81 is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 44 129 -
CMYK 0.85 0.66 0 0.49
HSL 226.36º 0.74% 0.29% -
HSV(B) 226.36º 0.85% 0.51% -
XYZ 5.13 3.52 21.18 -
YUV 46.22 174.72 108.59 -
System Red Green Blue C M Y K H S L
Decimal 19 44 129 0.85 0.66 0 0.49 226.36 0.74 0.29
Hex 13 2C 81 55 42 0 31 E2 4A 1D
Octal 23 54 201 125 102 0 61 342 112 35
Binary 10011 101100 10000001 1010101 1000010 0 110001 11100010 1001010 11101

Color Harmonies of #132C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132C81

Black with #132C81

Text Example


Text Example

White with #132C81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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