Html Css Color HEX #132C58 Sapphire

📋 copy color: '#132C58'

red 19 ◦ green 44 ◦ blue 88

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

Shades of Sapphire #132C58

Tints of Sapphire #132C58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 58.28%

R = 12.58%
G = 29.14%
B = 58.28%

CMYK

 C value IS 0.78

 M value IS 0.5

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#132C58 (or 0x132C58) is known color: Sapphire. HEX triplet: 13, 2C and 58. RGB value is (19,44,88). Sum of RGB (Red+Green+Blue) = 19+44+88=151 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.58% from 151); Green value is 44 (17.58% from 255 or 29.14% from 151); Blue value is 88 (34.77% from 255 or 58.28% from 151); Max value from RGB is 88 - color contains mainly: blue. Hex color #132C58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132C58 is #ECD3A7. Grayscale: #292929. Windows color (decimal): -15520680 or 5778451. OLE color: 5778451.

HSL color Cylindrical-coordinate representation of color #132C58: hue angle of 218.26º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #132C58 is Cyan = 0.78, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 19 44 88 -
CMYK 0.78 0.5 0 0.65
HSL 218.26º 0.64% 0.21% -
HSV(B) 218.26º 0.78% 0.35% -
XYZ 2.93 2.64 9.59 -
YUV 41.54 154.22 111.92 -
System Red Green Blue C M Y K H S L
Decimal 19 44 88 0.78 0.5 0 0.65 218.26 0.64 0.21
Hex 13 2C 58 4E 32 0 41 DA 40 15
Octal 23 54 130 116 62 0 101 332 100 25
Binary 10011 101100 1011000 1001110 110010 0 1000001 11011010 1000000 10101

Color Harmonies of #132C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132C58

Black with #132C58

Text Example


Text Example

White with #132C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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