#133845

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

Shades of Blue Whale #133845

Tints of Blue Whale #133845

Color information

#133845 (or 0x133845) is unknown color: approx Blue Whale. HEX triplet: 13, 38 and 45. RGB value is (19,56,69). Sum of RGB (Red+Green+Blue) = 19+56+69=144 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.19% from 144); Green value is 56 (22.27% from 255 or 38.89% from 144); Blue value is 69 (27.34% from 255 or 47.92% from 144); Max value from RGB is 69 - color contains mainly: blue. Hex color #133845 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133845 is #ECC7BA. Grayscale: #2E2E2E. Windows color (decimal): -15517627 or 4536339. OLE color: 4536339.

HSL color Cylindrical-coordinate representation of color #133845: hue angle of 195.6º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #133845 is Cyan = 0.72, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB195669-
CMYK0.720.1900.73
HSL195.6º56.82%17.25%-
HSV(B)195.6º72.46%27.06%-
XYZ2.763.46.14-
YUV46.42140.74108.44-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.19%
GREEN value IS 56 (22.27% from 255) = 38.89%
BLUE value IS 69 (27.34% from 255) = 47.92%
R=13.19%
G=38.89%
B=47.92%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1956690.720.1900.73195.656.8217.25
Hex1338454813049c43911
Octal23701051102301113047121
Binary100111110001000101100100010011010010011100010011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133845; }

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

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

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

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

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

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

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

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