Html Css Color HEX #132F41 Blue Whale

📋 copy color: '#132F41'

red 19 ◦ green 47 ◦ blue 65

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

Shades of Blue Whale #132F41

Tints of Blue Whale #132F41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 49.62%

R = 14.5%
G = 35.88%
B = 49.62%

CMYK

 C value IS 0.71

 M value IS 0.28

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#132F41 (or 0x132F41) is known color: Blue Whale. HEX triplet: 13, 2F and 41. RGB value is (19,47,65). Sum of RGB (Red+Green+Blue) = 19+47+65=131 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.50% from 131); Green value is 47 (18.75% from 255 or 35.88% from 131); Blue value is 65 (25.78% from 255 or 49.62% from 131); Max value from RGB is 65 - color contains mainly: blue. Hex color #132F41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132F41 is #ECD0BE. Grayscale: #282828. Windows color (decimal): -15519935 or 4271891. OLE color: 4271891.

HSL color Cylindrical-coordinate representation of color #132F41: hue angle of 203.48º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #132F41 is Cyan = 0.71, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 47 65 -
CMYK 0.71 0.28 0 0.75
HSL 203.48º 0.55% 0.16% -
HSV(B) 203.48º 0.71% 0.25% -
XYZ 2.24 2.55 5.38 -
YUV 40.68 141.72 112.54 -
System Red Green Blue C M Y K H S L
Decimal 19 47 65 0.71 0.28 0 0.75 203.48 0.55 0.16
Hex 13 2F 41 47 1C 0 4B CB 37 10
Octal 23 57 101 107 34 0 113 313 67 20
Binary 10011 101111 1000001 1000111 11100 0 1001011 11001011 110111 10000

Color Harmonies of #132F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132F41

Black with #132F41

Text Example


Text Example

White with #132F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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