Html Css Color HEX #133547 Blue Whale

📋 copy color: '#133547'

red 19 ◦ green 53 ◦ blue 71

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

Shades of Blue Whale #133547

Tints of Blue Whale #133547

RGB

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

 GREEN value IS 53 (21.09% from 255) = 37.06%

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

R = 13.29%
G = 37.06%
B = 49.65%

CMYK

 C value IS 0.73

 M value IS 0.25

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#133547 (or 0x133547) is known color: Blue Whale. HEX triplet: 13, 35 and 47. RGB value is (19,53,71). Sum of RGB (Red+Green+Blue) = 19+53+71=143 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.29% from 143); Green value is 53 (21.09% from 255 or 37.06% from 143); Blue value is 71 (28.12% from 255 or 49.65% from 143); Max value from RGB is 71 - color contains mainly: blue. Hex color #133547 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133547 is #ECCAB8. Grayscale: #2C2C2C. Windows color (decimal): -15518393 or 4666643. OLE color: 4666643.

HSL color Cylindrical-coordinate representation of color #133547: hue angle of 200.77º 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 #133547 is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 19 53 71 -
CMYK 0.73 0.25 0 0.72
HSL 200.77º 0.58% 0.18% -
HSV(B) 200.77º 0.73% 0.28% -
XYZ 2.68 3.14 6.43 -
YUV 44.89 142.74 109.54 -
System Red Green Blue C M Y K H S L
Decimal 19 53 71 0.73 0.25 0 0.72 200.77 0.58 0.18
Hex 13 35 47 49 19 0 48 C9 3A 12
Octal 23 65 107 111 31 0 110 311 72 22
Binary 10011 110101 1000111 1001001 11001 0 1001000 11001001 111010 10010

Color Harmonies of #133547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133547

Black with #133547

Text Example


Text Example

White with #133547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133547; }

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

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

background-color css

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

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

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

border-color css

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

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

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