#133448

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

Shades of Blue Whale #133448

Tints of Blue Whale #133448

Color information

#133448 (or 0x133448) is unknown color: approx Blue Whale. HEX triplet: 13, 34 and 48. RGB value is (19,52,72). Sum of RGB (Red+Green+Blue) = 19+52+72=143 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.29% from 143); Green value is 52 (20.70% from 255 or 36.36% from 143); Blue value is 72 (28.52% from 255 or 50.35% from 143); Max value from RGB is 72 - color contains mainly: blue. Hex color #133448 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133448 is #ECCBB7. Grayscale: #2C2C2C. Windows color (decimal): -15518648 or 4731923. OLE color: 4731923.

HSL color Cylindrical-coordinate representation of color #133448: hue angle of 202.64º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #133448 is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB195272-
CMYK0.740.2800.72
HSL202.64º58.24%17.84%-
HSV(B)202.64º73.61%28.24%-
XYZ2.673.066.58-
YUV44.41143.57109.87-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.29%
GREEN value IS 52 (20.70% from 255) = 36.36%
BLUE value IS 72 (28.52% from 255) = 50.35%
R=13.29%
G=36.36%
B=50.35%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1952720.740.2800.72202.6458.2417.84
Hex1334484A1C048cb3a12
Octal23641101123401103137222
Binary100111101001001000100101011100010010001100101111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133448; }

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

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

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

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

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

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

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

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