Html Css Color HEX #132B51 Sapphire

📋 copy color: '#132B51'

red 19 ◦ green 43 ◦ blue 81

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

Shades of Sapphire #132B51

Tints of Sapphire #132B51

RGB

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

 GREEN value IS 43 (17.19% from 255) = 30.07%

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

R = 13.29%
G = 30.07%
B = 56.64%

CMYK

 C value IS 0.77

 M value IS 0.47

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#132B51 (or 0x132B51) is known color: Sapphire. HEX triplet: 13, 2B and 51. RGB value is (19,43,81). Sum of RGB (Red+Green+Blue) = 19+43+81=143 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.29% from 143); Green value is 43 (17.19% from 255 or 30.07% from 143); Blue value is 81 (32.03% from 255 or 56.64% from 143); Max value from RGB is 81 - color contains mainly: blue. Hex color #132B51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132B51 is #ECD4AE. Grayscale: #272727. Windows color (decimal): -15520943 or 5319443. OLE color: 5319443.

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

Color convert

RGB 19 43 81 -
CMYK 0.77 0.47 0 0.68
HSL 216.77º 0.62% 0.2% -
HSV(B) 216.77º 0.77% 0.32% -
XYZ 2.62 2.46 8.12 -
YUV 40.16 151.05 112.91 -
System Red Green Blue C M Y K H S L
Decimal 19 43 81 0.77 0.47 0 0.68 216.77 0.62 0.2
Hex 13 2B 51 4D 2F 0 44 D9 3E 14
Octal 23 53 121 115 57 0 104 331 76 24
Binary 10011 101011 1010001 1001101 101111 0 1000100 11011001 111110 10100

Color Harmonies of #132B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132B51

Black with #132B51

Text Example


Text Example

White with #132B51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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