Html Css Color HEX #132D58 Sapphire

📋 copy color: '#132D58'

red 19 ◦ green 45 ◦ blue 88

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

Shades of Sapphire #132D58

Tints of Sapphire #132D58

RGB

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

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

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

R = 12.5%
G = 29.61%
B = 57.89%

CMYK

 C value IS 0.78

 M value IS 0.49

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#132D58 (or 0x132D58) is known color: Sapphire. HEX triplet: 13, 2D and 58. RGB value is (19,45,88). Sum of RGB (Red+Green+Blue) = 19+45+88=152 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.5% from 152); Green value is 45 (17.97% from 255 or 29.61% from 152); Blue value is 88 (34.77% from 255 or 57.89% from 152); Max value from RGB is 88 - color contains mainly: blue. Hex color #132D58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132D58 is #ECD2A7. Grayscale: #292929. Windows color (decimal): -15520424 or 5778707. OLE color: 5778707.

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

Color convert

RGB 19 45 88 -
CMYK 0.78 0.49 0 0.65
HSL 217.39º 0.64% 0.21% -
HSV(B) 217.39º 0.78% 0.35% -
XYZ 2.97 2.72 9.6 -
YUV 42.13 153.89 111.5 -
System Red Green Blue C M Y K H S L
Decimal 19 45 88 0.78 0.49 0 0.65 217.39 0.64 0.21
Hex 13 2D 58 4E 31 0 41 D9 40 15
Octal 23 55 130 116 61 0 101 331 100 25
Binary 10011 101101 1011000 1001110 110001 0 1000001 11011001 1000000 10101

Color Harmonies of #132D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132D58

Black with #132D58

Text Example


Text Example

White with #132D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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