#193340

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

Shades of Blue Whale #193340

Tints of Blue Whale #193340

Color information

#193340 (or 0x193340) is unknown color: approx Blue Whale. HEX triplet: 19, 33 and 40. RGB value is (25,51,64). Sum of RGB (Red+Green+Blue) = 25+51+64=140 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.86% from 140); Green value is 51 (20.31% from 255 or 36.43% from 140); Blue value is 64 (25.39% from 255 or 45.71% from 140); Max value from RGB is 64 - color contains mainly: blue. Hex color #193340 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193340 is #E6CCBF. Grayscale: #2C2C2C. Windows color (decimal): -15125696 or 4207385. OLE color: 4207385.

HSL color Cylindrical-coordinate representation of color #193340: hue angle of 200º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #193340 is Cyan = 0.61, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB255164-
CMYK0.610.2000.75
HSL200º43.82%17.45%-
HSV(B)200º60.94%25.1%-
XYZ2.512.945.29-
YUV44.71138.89113.94-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.86%
GREEN value IS 51 (20.31% from 255) = 36.43%
BLUE value IS 64 (25.39% from 255) = 45.71%
R=17.86%
G=36.43%
B=45.71%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2551640.610.2000.7520043.8217.45
Hex1933403D1404Bc82c11
Octal3163100752401133105421
Binary11001110011100000011110110100010010111100100010110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193340; }

 p { color: rgb(25,51,64); }

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

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

 a { background-color: rgb(25,51,64); }

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

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

 span { border-color: rgb(25,51,64); }

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