#133341

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

Shades of Blue Whale #133341

Tints of Blue Whale #133341

Color information

#133341 (or 0x133341) is unknown color: approx Blue Whale. HEX triplet: 13, 33 and 41. RGB value is (19,51,65). Sum of RGB (Red+Green+Blue) = 19+51+65=135 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.07% from 135); Green value is 51 (20.31% from 255 or 37.78% from 135); Blue value is 65 (25.78% from 255 or 48.15% from 135); Max value from RGB is 65 - color contains mainly: blue. Hex color #133341 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133341 is #ECCCBE. Grayscale: #2A2A2A. Windows color (decimal): -15518911 or 4272915. OLE color: 4272915.

HSL color Cylindrical-coordinate representation of color #133341: hue angle of 198.26º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #133341 is Cyan = 0.71, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB195165-
CMYK0.710.2200.75
HSL198.26º54.76%16.47%-
HSV(B)198.26º70.77%25.49%-
XYZ2.412.895.43-
YUV43.03140.4110.86-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.07%
GREEN value IS 51 (20.31% from 255) = 37.78%
BLUE value IS 65 (25.78% from 255) = 48.15%
R=14.07%
G=37.78%
B=48.15%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1951650.710.2200.75198.2654.7616.47
Hex133341471604Bc63710
Octal23631011072601133066720
Binary100111100111000001100011110110010010111100011011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133341; }

 p { color: rgb(19,51,65); }

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

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

 a { background-color: rgb(19,51,65); }

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

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

 span { border-color: rgb(19,51,65); }

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