Html Css Color HEX #132F59 Sapphire

📋 copy color: '#132F59'

red 19 ◦ green 47 ◦ blue 89

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

Shades of Sapphire #132F59

Tints of Sapphire #132F59

RGB

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

 GREEN value IS 47 (18.75% from 255) = 30.32%

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

R = 12.26%
G = 30.32%
B = 57.42%

CMYK

 C value IS 0.79

 M value IS 0.47

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#132F59 (or 0x132F59) is known color: Sapphire. HEX triplet: 13, 2F and 59. RGB value is (19,47,89). Sum of RGB (Red+Green+Blue) = 19+47+89=155 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.26% from 155); Green value is 47 (18.75% from 255 or 30.32% from 155); Blue value is 89 (35.16% from 255 or 57.42% from 155); Max value from RGB is 89 - color contains mainly: blue. Hex color #132F59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132F59 is #ECD0A6. Grayscale: #2B2B2B. Windows color (decimal): -15519911 or 5844755. OLE color: 5844755.

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

Color convert

RGB 19 47 89 -
CMYK 0.79 0.47 0 0.65
HSL 216º 0.65% 0.21% -
HSV(B) 216º 0.79% 0.35% -
XYZ 3.09 2.89 9.85 -
YUV 43.42 153.72 110.58 -
System Red Green Blue C M Y K H S L
Decimal 19 47 89 0.79 0.47 0 0.65 216 0.65 0.21
Hex 13 2F 59 4F 2F 0 41 D8 41 15
Octal 23 57 131 117 57 0 101 330 101 25
Binary 10011 101111 1011001 1001111 101111 0 1000001 11011000 1000001 10101

Color Harmonies of #132F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132F59

Black with #132F59

Text Example


Text Example

White with #132F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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