#193343

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

Shades of Blue Whale #193343

Tints of Blue Whale #193343

Color information

#193343 (or 0x193343) is unknown color: approx Blue Whale. HEX triplet: 19, 33 and 43. RGB value is (25,51,67). Sum of RGB (Red+Green+Blue) = 25+51+67=143 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.48% from 143); Green value is 51 (20.31% from 255 or 35.66% from 143); Blue value is 67 (26.56% from 255 or 46.85% from 143); Max value from RGB is 67 - color contains mainly: blue. Hex color #193343 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193343 is #E6CCBC. Grayscale: #2C2C2C. Windows color (decimal): -15125693 or 4403993. OLE color: 4403993.

HSL color Cylindrical-coordinate representation of color #193343: hue angle of 202.86º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #193343 is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB255167-
CMYK0.630.2400.74
HSL202.86º45.65%18.04%-
HSV(B)202.86º62.69%26.27%-
XYZ2.62.985.75-
YUV45.05140.39113.7-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.48%
GREEN value IS 51 (20.31% from 255) = 35.66%
BLUE value IS 67 (26.56% from 255) = 46.85%
R=17.48%
G=35.66%
B=46.85%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2551670.630.2400.74202.8645.6518.04
Hex1933433F1804Acb2e12
Octal3163103773001123135622
Binary11001110011100001111111111000010010101100101110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193343; }

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

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

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

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

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

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

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

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