Html Css Color HEX #132F4B Blue Whale

📋 copy color: '#132F4B'

red 19 ◦ green 47 ◦ blue 75

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

Shades of Blue Whale #132F4B

Tints of Blue Whale #132F4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 53.19%

R = 13.48%
G = 33.33%
B = 53.19%

CMYK

 C value IS 0.75

 M value IS 0.37

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#132F4B (or 0x132F4B) is known color: Blue Whale. HEX triplet: 13, 2F and 4B. RGB value is (19,47,75). Sum of RGB (Red+Green+Blue) = 19+47+75=141 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.48% from 141); Green value is 47 (18.75% from 255 or 33.33% from 141); Blue value is 75 (29.69% from 255 or 53.19% from 141); Max value from RGB is 75 - color contains mainly: blue. Hex color #132F4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132F4B is #ECD0B4. Grayscale: #292929. Windows color (decimal): -15519925 or 4927251. OLE color: 4927251.

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

Color convert

RGB 19 47 75 -
CMYK 0.75 0.37 0 0.71
HSL 210º 0.6% 0.18% -
HSV(B) 210º 0.75% 0.29% -
XYZ 2.56 2.68 7.04 -
YUV 41.82 146.72 111.72 -
System Red Green Blue C M Y K H S L
Decimal 19 47 75 0.75 0.37 0 0.71 210 0.6 0.18
Hex 13 2F 4B 4B 25 0 47 D2 3C 12
Octal 23 57 113 113 45 0 107 322 74 22
Binary 10011 101111 1001011 1001011 100101 0 1000111 11010010 111100 10010

Color Harmonies of #132F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132F4B

Black with #132F4B

Text Example


Text Example

White with #132F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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