#133047

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

Shades of Blue Whale #133047

Tints of Blue Whale #133047

Color information

#133047 (or 0x133047) is unknown color: approx Blue Whale. HEX triplet: 13, 30 and 47. RGB value is (19,48,71). Sum of RGB (Red+Green+Blue) = 19+48+71=138 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.77% from 138); Green value is 48 (19.14% from 255 or 34.78% from 138); Blue value is 71 (28.12% from 255 or 51.45% from 138); Max value from RGB is 71 - color contains mainly: blue. Hex color #133047 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133047 is #ECCFB8. Grayscale: #292929. Windows color (decimal): -15519673 or 4665363. OLE color: 4665363.

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

Color convert

RGB194871-
CMYK0.730.3200.72
HSL206.54º57.78%17.65%-
HSV(B)206.54º73.24%27.84%-
XYZ2.462.716.35-
YUV41.95144.39111.63-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.77%
GREEN value IS 48 (19.14% from 255) = 34.78%
BLUE value IS 71 (28.12% from 255) = 51.45%
R=13.77%
G=34.78%
B=51.45%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1948710.730.3200.72206.5457.7817.65
Hex1330474920048cf3a12
Octal23601071114001103177222
Binary1001111000010001111001001100000010010001100111111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133047; }

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

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

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

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

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

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

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

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