Html Css Color HEX #132851 Sapphire

📋 copy color: '#132851'

red 19 ◦ green 40 ◦ blue 81

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

Shades of Sapphire #132851

Tints of Sapphire #132851

RGB

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

 GREEN value IS 40 (16.02% from 255) = 28.57%

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

R = 13.57%
G = 28.57%
B = 57.86%

CMYK

 C value IS 0.77

 M value IS 0.51

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#132851 (or 0x132851) is known color: Sapphire. HEX triplet: 13, 28 and 51. RGB value is (19,40,81). Sum of RGB (Red+Green+Blue) = 19+40+81=140 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.57% from 140); Green value is 40 (16.02% from 255 or 28.57% from 140); Blue value is 81 (32.03% from 255 or 57.86% from 140); Max value from RGB is 81 - color contains mainly: blue. Hex color #132851 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132851 is #ECD7AE. Grayscale: #262626. Windows color (decimal): -15521711 or 5318675. OLE color: 5318675.

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

Color convert

RGB 19 40 81 -
CMYK 0.77 0.51 0 0.68
HSL 219.68º 0.62% 0.2% -
HSV(B) 219.68º 0.77% 0.32% -
XYZ 2.51 2.25 8.09 -
YUV 38.4 152.04 114.17 -
System Red Green Blue C M Y K H S L
Decimal 19 40 81 0.77 0.51 0 0.68 219.68 0.62 0.2
Hex 13 28 51 4D 33 0 44 DC 3E 14
Octal 23 50 121 115 63 0 104 334 76 24
Binary 10011 101000 1010001 1001101 110011 0 1000100 11011100 111110 10100

Color Harmonies of #132851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132851

Black with #132851

Text Example


Text Example

White with #132851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132851; }

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

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

background-color css

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

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

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

border-color css

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

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

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