Html Css Color HEX #132E51 Blue Whale

📋 copy color: '#132E51'

red 19 ◦ green 46 ◦ blue 81

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

Shades of Blue Whale #132E51

Tints of Blue Whale #132E51

RGB

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

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

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

R = 13.01%
G = 31.51%
B = 55.48%

CMYK

 C value IS 0.77

 M value IS 0.43

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#132E51 (or 0x132E51) is known color: Blue Whale. HEX triplet: 13, 2E and 51. RGB value is (19,46,81). Sum of RGB (Red+Green+Blue) = 19+46+81=146 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.01% from 146); Green value is 46 (18.36% from 255 or 31.51% from 146); Blue value is 81 (32.03% from 255 or 55.48% from 146); Max value from RGB is 81 - color contains mainly: blue. Hex color #132E51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132E51 is #ECD1AE. Grayscale: #292929. Windows color (decimal): -15520175 or 5320211. OLE color: 5320211.

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

Color convert

RGB 19 46 81 -
CMYK 0.77 0.43 0 0.68
HSL 213.87º 0.62% 0.2% -
HSV(B) 213.87º 0.77% 0.32% -
XYZ 2.73 2.69 8.16 -
YUV 41.92 150.05 111.65 -
System Red Green Blue C M Y K H S L
Decimal 19 46 81 0.77 0.43 0 0.68 213.87 0.62 0.2
Hex 13 2E 51 4D 2B 0 44 D6 3E 14
Octal 23 56 121 115 53 0 104 326 76 24
Binary 10011 101110 1010001 1001101 101011 0 1000100 11010110 111110 10100

Color Harmonies of #132E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132E51

Black with #132E51

Text Example


Text Example

White with #132E51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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