Html Css Color HEX #132F44 Blue Whale

📋 copy color: '#132F44'

red 19 ◦ green 47 ◦ blue 68

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

Shades of Blue Whale #132F44

Tints of Blue Whale #132F44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 50.75%

R = 14.18%
G = 35.07%
B = 50.75%

CMYK

 C value IS 0.72

 M value IS 0.31

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#132F44 (or 0x132F44) is known color: Blue Whale. HEX triplet: 13, 2F and 44. RGB value is (19,47,68). Sum of RGB (Red+Green+Blue) = 19+47+68=134 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.18% from 134); Green value is 47 (18.75% from 255 or 35.07% from 134); Blue value is 68 (26.95% from 255 or 50.75% from 134); Max value from RGB is 68 - color contains mainly: blue. Hex color #132F44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132F44 is #ECD0BB. Grayscale: #282828. Windows color (decimal): -15519932 or 4468499. OLE color: 4468499.

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

Color convert

RGB 19 47 68 -
CMYK 0.72 0.31 0 0.73
HSL 205.71º 0.56% 0.17% -
HSV(B) 205.71º 0.72% 0.27% -
XYZ 2.33 2.59 5.85 -
YUV 41.02 143.22 112.29 -
System Red Green Blue C M Y K H S L
Decimal 19 47 68 0.72 0.31 0 0.73 205.71 0.56 0.17
Hex 13 2F 44 48 1F 0 49 CE 38 11
Octal 23 57 104 110 37 0 111 316 70 21
Binary 10011 101111 1000100 1001000 11111 0 1001001 11001110 111000 10001

Color Harmonies of #132F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132F44

Black with #132F44

Text Example


Text Example

White with #132F44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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