Html Css Color HEX #132C82 Sapphire

📋 copy color: '#132C82'

red 19 ◦ green 44 ◦ blue 130

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

Shades of Sapphire #132C82

Tints of Sapphire #132C82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 67.36%

R = 9.84%
G = 22.8%
B = 67.36%

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

#132C82 (or 0x132C82) is known color: Sapphire. HEX triplet: 13, 2C and 82. RGB value is (19,44,130). Sum of RGB (Red+Green+Blue) = 19+44+130=193 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.84% from 193); Green value is 44 (17.58% from 255 or 22.80% from 193); Blue value is 130 (51.17% from 255 or 67.36% from 193); Max value from RGB is 130 - color contains mainly: blue. Hex color #132C82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132C82 is #ECD37D. Grayscale: #2D2D2D. Windows color (decimal): -15520638 or 8530963. OLE color: 8530963.

HSL color Cylindrical-coordinate representation of color #132C82: hue angle of 226.49º 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 #132C82 is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 44 130 -
CMYK 0.85 0.66 0 0.49
HSL 226.49º 0.74% 0.29% -
HSV(B) 226.49º 0.85% 0.51% -
XYZ 5.2 3.55 21.53 -
YUV 46.33 175.22 108.51 -
System Red Green Blue C M Y K H S L
Decimal 19 44 130 0.85 0.66 0 0.49 226.49 0.74 0.29
Hex 13 2C 82 55 42 0 31 E2 4A 1D
Octal 23 54 202 125 102 0 61 342 112 35
Binary 10011 101100 10000010 1010101 1000010 0 110001 11100010 1001010 11101

Color Harmonies of #132C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132C82

Black with #132C82

Text Example


Text Example

White with #132C82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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