#133847

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

Shades of Blue Whale #133847

Tints of Blue Whale #133847

Color information

#133847 (or 0x133847) is unknown color: approx Blue Whale. HEX triplet: 13, 38 and 47. RGB value is (19,56,71). Sum of RGB (Red+Green+Blue) = 19+56+71=146 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.01% from 146); Green value is 56 (22.27% from 255 or 38.36% from 146); Blue value is 71 (28.12% from 255 or 48.63% from 146); Max value from RGB is 71 - color contains mainly: blue. Hex color #133847 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133847 is #ECC7B8. Grayscale: #2E2E2E. Windows color (decimal): -15517625 or 4667411. OLE color: 4667411.

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

Color convert

RGB195671-
CMYK0.730.2100.72
HSL197.31º57.78%17.65%-
HSV(B)197.31º73.24%27.84%-
XYZ2.823.426.47-
YUV46.65141.74108.28-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.01%
GREEN value IS 56 (22.27% from 255) = 38.36%
BLUE value IS 71 (28.12% from 255) = 48.63%
R=13.01%
G=38.36%
B=48.63%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1956710.730.2100.72197.3157.7817.65
Hex1338474915048c53a12
Octal23701071112501103057222
Binary100111110001000111100100110101010010001100010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133847; }

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

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

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

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

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

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

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

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