Html Css Color HEX #132951 Sapphire

📋 copy color: '#132951'

red 19 ◦ green 41 ◦ blue 81

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

Shades of Sapphire #132951

Tints of Sapphire #132951

RGB

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

 GREEN value IS 41 (16.41% from 255) = 29.08%

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

R = 13.48%
G = 29.08%
B = 57.45%

CMYK

 C value IS 0.77

 M value IS 0.49

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#132951 (or 0x132951) is known color: Sapphire. HEX triplet: 13, 29 and 51. RGB value is (19,41,81). Sum of RGB (Red+Green+Blue) = 19+41+81=141 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.48% from 141); Green value is 41 (16.41% from 255 or 29.08% from 141); Blue value is 81 (32.03% from 255 or 57.45% from 141); Max value from RGB is 81 - color contains mainly: blue. Hex color #132951 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132951 is #ECD6AE. Grayscale: #262626. Windows color (decimal): -15521455 or 5318931. OLE color: 5318931.

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

Color convert

RGB 19 41 81 -
CMYK 0.77 0.49 0 0.68
HSL 218.71º 0.62% 0.2% -
HSV(B) 218.71º 0.77% 0.32% -
XYZ 2.55 2.32 8.1 -
YUV 38.98 151.71 113.75 -
System Red Green Blue C M Y K H S L
Decimal 19 41 81 0.77 0.49 0 0.68 218.71 0.62 0.2
Hex 13 29 51 4D 31 0 44 DB 3E 14
Octal 23 51 121 115 61 0 104 333 76 24
Binary 10011 101001 1010001 1001101 110001 0 1000100 11011011 111110 10100

Color Harmonies of #132951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132951

Black with #132951

Text Example


Text Example

White with #132951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132951; }

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

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

background-color css

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

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

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

border-color css

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

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

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