Html Css Color HEX #132E48 Blue Whale

📋 copy color: '#132E48'

red 19 ◦ green 46 ◦ blue 72

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

Shades of Blue Whale #132E48

Tints of Blue Whale #132E48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 52.55%

R = 13.87%
G = 33.58%
B = 52.55%

CMYK

 C value IS 0.74

 M value IS 0.36

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#132E48 (or 0x132E48) is known color: Blue Whale. HEX triplet: 13, 2E and 48. RGB value is (19,46,72). Sum of RGB (Red+Green+Blue) = 19+46+72=137 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.87% from 137); Green value is 46 (18.36% from 255 or 33.58% from 137); Blue value is 72 (28.52% from 255 or 52.55% from 137); Max value from RGB is 72 - color contains mainly: blue. Hex color #132E48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132E48 is #ECD1B7. Grayscale: #282828. Windows color (decimal): -15520184 or 4730387. OLE color: 4730387.

HSL color Cylindrical-coordinate representation of color #132E48: hue angle of 209.43º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #132E48 is Cyan = 0.74, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 19 46 72 -
CMYK 0.74 0.36 0 0.72
HSL 209.43º 0.58% 0.18% -
HSV(B) 209.43º 0.74% 0.28% -
XYZ 2.42 2.56 6.5 -
YUV 40.89 145.55 112.39 -
System Red Green Blue C M Y K H S L
Decimal 19 46 72 0.74 0.36 0 0.72 209.43 0.58 0.18
Hex 13 2E 48 4A 24 0 48 D1 3A 12
Octal 23 56 110 112 44 0 110 321 72 22
Binary 10011 101110 1001000 1001010 100100 0 1001000 11010001 111010 10010

Color Harmonies of #132E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132E48

Black with #132E48

Text Example


Text Example

White with #132E48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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