Html Css Color HEX #132651 Sapphire

📋 copy color: '#132651'

red 19 ◦ green 38 ◦ blue 81

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

Shades of Sapphire #132651

Tints of Sapphire #132651

RGB

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

 GREEN value IS 38 (15.23% from 255) = 27.54%

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

R = 13.77%
G = 27.54%
B = 58.7%

CMYK

 C value IS 0.77

 M value IS 0.53

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#132651 (or 0x132651) is known color: Sapphire. HEX triplet: 13, 26 and 51. RGB value is (19,38,81). Sum of RGB (Red+Green+Blue) = 19+38+81=138 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.77% from 138); Green value is 38 (15.23% from 255 or 27.54% from 138); Blue value is 81 (32.03% from 255 or 58.70% from 138); Max value from RGB is 81 - color contains mainly: blue. Hex color #132651 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132651 is #ECD9AE. Grayscale: #252525. Windows color (decimal): -15522223 or 5318163. OLE color: 5318163.

HSL color Cylindrical-coordinate representation of color #132651: hue angle of 221.61º 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 #132651 is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 19 38 81 -
CMYK 0.77 0.53 0 0.68
HSL 221.61º 0.62% 0.2% -
HSV(B) 221.61º 0.77% 0.32% -
XYZ 2.45 2.12 8.06 -
YUV 37.22 152.71 115 -
System Red Green Blue C M Y K H S L
Decimal 19 38 81 0.77 0.53 0 0.68 221.61 0.62 0.2
Hex 13 26 51 4D 35 0 44 DE 3E 14
Octal 23 46 121 115 65 0 104 336 76 24
Binary 10011 100110 1010001 1001101 110101 0 1000100 11011110 111110 10100

Color Harmonies of #132651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132651

Black with #132651

Text Example


Text Example

White with #132651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132651; }

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

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

background-color css

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

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

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

border-color css

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

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

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