#193143

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

Shades of Blue Whale #193143

Tints of Blue Whale #193143

Color information

#193143 (or 0x193143) is unknown color: approx Blue Whale. HEX triplet: 19, 31 and 43. RGB value is (25,49,67). Sum of RGB (Red+Green+Blue) = 25+49+67=141 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.73% from 141); Green value is 49 (19.53% from 255 or 34.75% from 141); Blue value is 67 (26.56% from 255 or 47.52% from 141); Max value from RGB is 67 - color contains mainly: blue. Hex color #193143 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193143 is #E6CEBC. Grayscale: #2B2B2B. Windows color (decimal): -15126205 or 4403481. OLE color: 4403481.

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

Color convert

RGB254967-
CMYK0.630.2700.74
HSL205.71º45.65%18.04%-
HSV(B)205.71º62.69%26.27%-
XYZ2.512.815.72-
YUV43.88141.05114.54-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.73%
GREEN value IS 49 (19.53% from 255) = 34.75%
BLUE value IS 67 (26.56% from 255) = 47.52%
R=17.73%
G=34.75%
B=47.52%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2549670.630.2700.74205.7145.6518.04
Hex1931433F1B04Ace2e12
Octal3161103773301123165622
Binary11001110001100001111111111011010010101100111010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193143; }

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

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

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

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

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

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

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

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