#133450

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

Shades of Blue Whale #133450

Tints of Blue Whale #133450

Color information

#133450 (or 0x133450) is unknown color: approx Blue Whale. HEX triplet: 13, 34 and 50. RGB value is (19,52,80). Sum of RGB (Red+Green+Blue) = 19+52+80=151 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.58% from 151); Green value is 52 (20.70% from 255 or 34.44% from 151); Blue value is 80 (31.64% from 255 or 52.98% from 151); Max value from RGB is 80 - color contains mainly: blue. Hex color #133450 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133450 is #ECCBAF. Grayscale: #2D2D2D. Windows color (decimal): -15518640 or 5256211. OLE color: 5256211.

HSL color Cylindrical-coordinate representation of color #133450: hue angle of 207.54º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #133450 is Cyan = 0.76, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB195280-
CMYK0.760.3500.69
HSL207.54º61.62%19.41%-
HSV(B)207.54º76.25%31.37%-
XYZ2.943.178.05-
YUV45.32147.57109.22-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.58%
GREEN value IS 52 (20.70% from 255) = 34.44%
BLUE value IS 80 (31.64% from 255) = 52.98%
R=12.58%
G=34.44%
B=52.98%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1952800.760.3500.69207.5461.6219.41
Hex1334504C23045d03e13
Octal23641201144301053207623
Binary1001111010010100001001100100011010001011101000011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133450; }

 p { color: rgb(19,52,80); }

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

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

 a { background-color: rgb(19,52,80); }

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

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

 span { border-color: rgb(19,52,80); }

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