#193642

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

Shades of Blue Whale #193642

Tints of Blue Whale #193642

Color information

#193642 (or 0x193642) is unknown color: approx Blue Whale. HEX triplet: 19, 36 and 42. RGB value is (25,54,66). Sum of RGB (Red+Green+Blue) = 25+54+66=145 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.24% from 145); Green value is 54 (21.48% from 255 or 37.24% from 145); Blue value is 66 (26.17% from 255 or 45.52% from 145); Max value from RGB is 66 - color contains mainly: blue. Hex color #193642 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193642 is #E6C9BD. Grayscale: #2E2E2E. Windows color (decimal): -15124926 or 4339225. OLE color: 4339225.

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

Color convert

RGB255466-
CMYK0.620.1800.74
HSL197.56º45.05%17.84%-
HSV(B)197.56º62.12%25.88%-
XYZ2.73.245.64-
YUV46.7138.89112.52-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.24%
GREEN value IS 54 (21.48% from 255) = 37.24%
BLUE value IS 66 (26.17% from 255) = 45.52%
R=17.24%
G=37.24%
B=45.52%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2554660.620.1800.74197.5645.0517.84
Hex1936423E1204Ac62d12
Octal3166102762201123065522
Binary11001110110100001011111010010010010101100011010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193642; }

 p { color: rgb(25,54,66); }

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

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

 a { background-color: rgb(25,54,66); }

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

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

 span { border-color: rgb(25,54,66); }

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