#133947

Color #133947 Blue Whale (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Whale #133947

Tints of Blue Whale #133947

Color information

#133947 (or 0x133947) is unknown color: approx Blue Whale. HEX triplet: 13, 39 and 47. RGB value is (19,57,71). Sum of RGB (Red+Green+Blue) = 19+57+71=147 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.93% from 147); Green value is 57 (22.66% from 255 or 38.78% from 147); Blue value is 71 (28.12% from 255 or 48.30% from 147); Max value from RGB is 71 - color contains mainly: blue. Hex color #133947 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133947 is #ECC6B8. Grayscale: #2F2F2F. Windows color (decimal): -15517369 or 4667667. OLE color: 4667667.

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

Color convert

RGB195771-
CMYK0.730.2000.72
HSL196.15º57.78%17.65%-
HSV(B)196.15º73.24%27.84%-
XYZ2.873.526.49-
YUV47.23141.41107.86-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.93%
GREEN value IS 57 (22.66% from 255) = 38.78%
BLUE value IS 71 (28.12% from 255) = 48.30%
R=12.93%
G=38.78%
B=48.30%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1957710.730.2000.72196.1557.7817.65
Hex1339474914048c43a12
Octal23711071112401103047222
Binary100111110011000111100100110100010010001100010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133947; }

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

 H1.HeaderClassName
 {
   color: #133947;
 }
 .AnyTagClassName
 {
   color: #133947;
 }
</style>
background-color css

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

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

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

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

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

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