Html Css Color HEX #132F47 Blue Whale

📋 copy color: '#132F47'

red 19 ◦ green 47 ◦ blue 71

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

Shades of Blue Whale #132F47

Tints of Blue Whale #132F47

RGB

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

 GREEN value IS 47 (18.75% from 255) = 34.31%

 BLUE value IS 71 (28.13% from 255) = 51.82%

R = 13.87%
G = 34.31%
B = 51.82%

CMYK

 C value IS 0.73

 M value IS 0.34

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#132F47 (or 0x132F47) is known color: Blue Whale. HEX triplet: 13, 2F and 47. RGB value is (19,47,71). Sum of RGB (Red+Green+Blue) = 19+47+71=137 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.87% from 137); Green value is 47 (18.75% from 255 or 34.31% from 137); Blue value is 71 (28.12% from 255 or 51.82% from 137); Max value from RGB is 71 - color contains mainly: blue. Hex color #132F47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132F47 is #ECD0B8. Grayscale: #292929. Windows color (decimal): -15519929 or 4665107. OLE color: 4665107.

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

Color convert

RGB 19 47 71 -
CMYK 0.73 0.34 0 0.72
HSL 207.69º 0.58% 0.18% -
HSV(B) 207.69º 0.73% 0.28% -
XYZ 2.42 2.63 6.34 -
YUV 41.36 144.72 112.05 -
System Red Green Blue C M Y K H S L
Decimal 19 47 71 0.73 0.34 0 0.72 207.69 0.58 0.18
Hex 13 2F 47 49 22 0 48 D0 3A 12
Octal 23 57 107 111 42 0 110 320 72 22
Binary 10011 101111 1000111 1001001 100010 0 1001000 11010000 111010 10010

Color Harmonies of #132F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132F47

Black with #132F47

Text Example


Text Example

White with #132F47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,47,71); }

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

background-color css

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

 a { background-color: rgb(19,47,71); }

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

border-color css

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

 span { border-color: rgb(19,47,71); }

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