Html Css Color HEX #132E46 Blue Whale

📋 copy color: '#132E46'

red 19 ◦ green 46 ◦ blue 70

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

Shades of Blue Whale #132E46

Tints of Blue Whale #132E46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 51.85%

R = 14.07%
G = 34.07%
B = 51.85%

CMYK

 C value IS 0.73

 M value IS 0.34

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#132E46 (or 0x132E46) is known color: Blue Whale. HEX triplet: 13, 2E and 46. RGB value is (19,46,70). Sum of RGB (Red+Green+Blue) = 19+46+70=135 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.07% from 135); Green value is 46 (18.36% from 255 or 34.07% from 135); Blue value is 70 (27.73% from 255 or 51.85% from 135); Max value from RGB is 70 - color contains mainly: blue. Hex color #132E46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132E46 is #ECD1B9. Grayscale: #282828. Windows color (decimal): -15520186 or 4599315. OLE color: 4599315.

HSL color Cylindrical-coordinate representation of color #132E46: hue angle of 208.24º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #132E46 is Cyan = 0.73, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 19 46 70 -
CMYK 0.73 0.34 0 0.73
HSL 208.24º 0.57% 0.17% -
HSV(B) 208.24º 0.73% 0.27% -
XYZ 2.35 2.53 6.16 -
YUV 40.66 144.55 112.55 -
System Red Green Blue C M Y K H S L
Decimal 19 46 70 0.73 0.34 0 0.73 208.24 0.57 0.17
Hex 13 2E 46 49 22 0 49 D0 39 11
Octal 23 56 106 111 42 0 111 320 71 21
Binary 10011 101110 1000110 1001001 100010 0 1001001 11010000 111001 10001

Color Harmonies of #132E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132E46

Black with #132E46

Text Example


Text Example

White with #132E46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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