Html Css Color HEX #132E56 Sapphire

📋 copy color: '#132E56'

red 19 ◦ green 46 ◦ blue 86

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

Shades of Sapphire #132E56

Tints of Sapphire #132E56

RGB

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

 GREEN value IS 46 (18.36% from 255) = 30.46%

 BLUE value IS 86 (33.98% from 255) = 56.95%

R = 12.58%
G = 30.46%
B = 56.95%

CMYK

 C value IS 0.78

 M value IS 0.47

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#132E56 (or 0x132E56) is known color: Sapphire. HEX triplet: 13, 2E and 56. RGB value is (19,46,86). Sum of RGB (Red+Green+Blue) = 19+46+86=151 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.58% from 151); Green value is 46 (18.36% from 255 or 30.46% from 151); Blue value is 86 (33.98% from 255 or 56.95% from 151); Max value from RGB is 86 - color contains mainly: blue. Hex color #132E56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132E56 is #ECD1A9. Grayscale: #2A2A2A. Windows color (decimal): -15520170 or 5647891. OLE color: 5647891.

HSL color Cylindrical-coordinate representation of color #132E56: hue angle of 215.82º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #132E56 is Cyan = 0.78, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 19 46 86 -
CMYK 0.78 0.47 0 0.66
HSL 215.82º 0.64% 0.21% -
HSV(B) 215.82º 0.78% 0.34% -
XYZ 2.93 2.76 9.18 -
YUV 42.49 152.55 111.25 -
System Red Green Blue C M Y K H S L
Decimal 19 46 86 0.78 0.47 0 0.66 215.82 0.64 0.21
Hex 13 2E 56 4E 2F 0 42 D8 40 15
Octal 23 56 126 116 57 0 102 330 100 25
Binary 10011 101110 1010110 1001110 101111 0 1000010 11011000 1000000 10101

Color Harmonies of #132E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132E56

Black with #132E56

Text Example


Text Example

White with #132E56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,46,86); }

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

background-color css

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

 a { background-color: rgb(19,46,86); }

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

border-color css

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

 span { border-color: rgb(19,46,86); }

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