#133948

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

Shades of Blue Whale #133948

Tints of Blue Whale #133948

Color information

#133948 (or 0x133948) is unknown color: approx Blue Whale. HEX triplet: 13, 39 and 48. RGB value is (19,57,72). Sum of RGB (Red+Green+Blue) = 19+57+72=148 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.84% from 148); Green value is 57 (22.66% from 255 or 38.51% from 148); Blue value is 72 (28.52% from 255 or 48.65% from 148); Max value from RGB is 72 - color contains mainly: blue. Hex color #133948 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133948 is #ECC6B7. Grayscale: #2F2F2F. Windows color (decimal): -15517368 or 4733203. OLE color: 4733203.

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

Color convert

RGB195772-
CMYK0.740.2100.72
HSL196.98º58.24%17.84%-
HSV(B)196.98º73.61%28.24%-
XYZ2.93.536.66-
YUV47.35141.91107.78-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.84%
GREEN value IS 57 (22.66% from 255) = 38.51%
BLUE value IS 72 (28.52% from 255) = 48.65%
R=12.84%
G=38.51%
B=48.65%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1957720.740.2100.72196.9858.2417.84
Hex1339484A15048c53a12
Octal23711101122501103057222
Binary100111110011001000100101010101010010001100010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133948; }

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

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

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

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

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

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

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

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