Html Css Color HEX #132251 Sapphire

📋 copy color: '#132251'

red 19 ◦ green 34 ◦ blue 81

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

Shades of Sapphire #132251

Tints of Sapphire #132251

RGB

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

 GREEN value IS 34 (13.67% from 255) = 25.37%

 BLUE value IS 81 (32.03% from 255) = 60.45%

R = 14.18%
G = 25.37%
B = 60.45%

CMYK

 C value IS 0.77

 M value IS 0.58

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#132251 (or 0x132251) is known color: Sapphire. HEX triplet: 13, 22 and 51. RGB value is (19,34,81). Sum of RGB (Red+Green+Blue) = 19+34+81=134 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.18% from 134); Green value is 34 (13.67% from 255 or 25.37% from 134); Blue value is 81 (32.03% from 255 or 60.45% from 134); Max value from RGB is 81 - color contains mainly: blue. Hex color #132251 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132251 is #ECDDAE. Grayscale: #222222. Windows color (decimal): -15523247 or 5317139. OLE color: 5317139.

HSL color Cylindrical-coordinate representation of color #132251: hue angle of 225.48º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #132251 is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 19 34 81 -
CMYK 0.77 0.58 0 0.68
HSL 225.48º 0.62% 0.2% -
HSV(B) 225.48º 0.77% 0.32% -
XYZ 2.33 1.88 8.02 -
YUV 34.87 154.03 116.68 -
System Red Green Blue C M Y K H S L
Decimal 19 34 81 0.77 0.58 0 0.68 225.48 0.62 0.2
Hex 13 22 51 4D 3A 0 44 E1 3E 14
Octal 23 42 121 115 72 0 104 341 76 24
Binary 10011 100010 1010001 1001101 111010 0 1000100 11100001 111110 10100

Color Harmonies of #132251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132251

Black with #132251

Text Example


Text Example

White with #132251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132251; }

 p { color: rgb(19,34,81); }

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

background-color css

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

 a { background-color: rgb(19,34,81); }

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

border-color css

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

 span { border-color: rgb(19,34,81); }

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