Html Css Color HEX #132D59 Sapphire

📋 copy color: '#132D59'

red 19 ◦ green 45 ◦ blue 89

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

Shades of Sapphire #132D59

Tints of Sapphire #132D59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 58.17%

R = 12.42%
G = 29.41%
B = 58.17%

CMYK

 C value IS 0.79

 M value IS 0.49

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#132D59 (or 0x132D59) is known color: Sapphire. HEX triplet: 13, 2D and 59. RGB value is (19,45,89). Sum of RGB (Red+Green+Blue) = 19+45+89=153 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.42% from 153); Green value is 45 (17.97% from 255 or 29.41% from 153); Blue value is 89 (35.16% from 255 or 58.17% from 153); Max value from RGB is 89 - color contains mainly: blue. Hex color #132D59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132D59 is #ECD2A6. Grayscale: #2A2A2A. Windows color (decimal): -15520423 or 5844243. OLE color: 5844243.

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

Color convert

RGB 19 45 89 -
CMYK 0.79 0.49 0 0.65
HSL 217.71º 0.65% 0.21% -
HSV(B) 217.71º 0.79% 0.35% -
XYZ 3.01 2.74 9.82 -
YUV 42.24 154.39 111.42 -
System Red Green Blue C M Y K H S L
Decimal 19 45 89 0.79 0.49 0 0.65 217.71 0.65 0.21
Hex 13 2D 59 4F 31 0 41 DA 41 15
Octal 23 55 131 117 61 0 101 332 101 25
Binary 10011 101101 1011001 1001111 110001 0 1000001 11011010 1000001 10101

Color Harmonies of #132D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132D59

Black with #132D59

Text Example


Text Example

White with #132D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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