#193443

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

Shades of Blue Whale #193443

Tints of Blue Whale #193443

Color information

#193443 (or 0x193443) is unknown color: approx Blue Whale. HEX triplet: 19, 34 and 43. RGB value is (25,52,67). Sum of RGB (Red+Green+Blue) = 25+52+67=144 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.36% from 144); Green value is 52 (20.70% from 255 or 36.11% from 144); Blue value is 67 (26.56% from 255 or 46.53% from 144); Max value from RGB is 67 - color contains mainly: blue. Hex color #193443 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193443 is #E6CBBC. Grayscale: #2D2D2D. Windows color (decimal): -15125437 or 4404249. OLE color: 4404249.

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

Color convert

RGB255267-
CMYK0.630.2200.74
HSL201.43º45.65%18.04%-
HSV(B)201.43º62.69%26.27%-
XYZ2.643.075.76-
YUV45.64140.05113.28-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.36%
GREEN value IS 52 (20.70% from 255) = 36.11%
BLUE value IS 67 (26.56% from 255) = 46.53%
R=17.36%
G=36.11%
B=46.53%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2552670.630.2200.74201.4345.6518.04
Hex1934433F1604Ac92e12
Octal3164103772601123115622
Binary11001110100100001111111110110010010101100100110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193443; }

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

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

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

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

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

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

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

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