Html Css Color HEX #132E4D Blue Whale

📋 copy color: '#132E4D'

red 19 ◦ green 46 ◦ blue 77

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

Shades of Blue Whale #132E4D

Tints of Blue Whale #132E4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 54.23%

R = 13.38%
G = 32.39%
B = 54.23%

CMYK

 C value IS 0.75

 M value IS 0.40

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#132E4D (or 0x132E4D) is known color: Blue Whale. HEX triplet: 13, 2E and 4D. RGB value is (19,46,77). Sum of RGB (Red+Green+Blue) = 19+46+77=142 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.38% from 142); Green value is 46 (18.36% from 255 or 32.39% from 142); Blue value is 77 (30.47% from 255 or 54.23% from 142); Max value from RGB is 77 - color contains mainly: blue. Hex color #132E4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132E4D is #ECD1B2. Grayscale: #292929. Windows color (decimal): -15520179 or 5058067. OLE color: 5058067.

HSL color Cylindrical-coordinate representation of color #132E4D: hue angle of 212.07º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #132E4D is Cyan = 0.75, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 19 46 77 -
CMYK 0.75 0.40 0 0.70
HSL 212.07º 0.6% 0.19% -
HSV(B) 212.07º 0.75% 0.3% -
XYZ 2.59 2.63 7.39 -
YUV 41.46 148.05 111.98 -
System Red Green Blue C M Y K H S L
Decimal 19 46 77 0.75 0.40 0 0.70 212.07 0.6 0.19
Hex 13 2E 4D 4B 28 0 46 D4 3C 13
Octal 23 56 115 113 50 0 106 324 74 23
Binary 10011 101110 1001101 1001011 101000 0 1000110 11010100 111100 10011

Color Harmonies of #132E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132E4D

Black with #132E4D

Text Example


Text Example

White with #132E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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