Html Css Color HEX #132F4A Blue Whale

📋 copy color: '#132F4A'

red 19 ◦ green 47 ◦ blue 74

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

Shades of Blue Whale #132F4A

Tints of Blue Whale #132F4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 52.86%

R = 13.57%
G = 33.57%
B = 52.86%

CMYK

 C value IS 0.74

 M value IS 0.36

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#132F4A (or 0x132F4A) is known color: Blue Whale. HEX triplet: 13, 2F and 4A. RGB value is (19,47,74). Sum of RGB (Red+Green+Blue) = 19+47+74=140 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.57% from 140); Green value is 47 (18.75% from 255 or 33.57% from 140); Blue value is 74 (29.30% from 255 or 52.86% from 140); Max value from RGB is 74 - color contains mainly: blue. Hex color #132F4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132F4A is #ECD0B5. Grayscale: #292929. Windows color (decimal): -15519926 or 4861715. OLE color: 4861715.

HSL color Cylindrical-coordinate representation of color #132F4A: hue angle of 209.45º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #132F4A is Cyan = 0.74, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 19 47 74 -
CMYK 0.74 0.36 0 0.71
HSL 209.45º 0.59% 0.18% -
HSV(B) 209.45º 0.74% 0.29% -
XYZ 2.52 2.67 6.86 -
YUV 41.71 146.22 111.8 -
System Red Green Blue C M Y K H S L
Decimal 19 47 74 0.74 0.36 0 0.71 209.45 0.59 0.18
Hex 13 2F 4A 4A 24 0 47 D1 3B 12
Octal 23 57 112 112 44 0 107 321 73 22
Binary 10011 101111 1001010 1001010 100100 0 1000111 11010001 111011 10010

Color Harmonies of #132F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132F4A

Black with #132F4A

Text Example


Text Example

White with #132F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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