#193A4A

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

Shades of Blue Whale #193A4A

Tints of Blue Whale #193A4A

Color information

#193A4A (or 0x193A4A) is unknown color: approx Blue Whale. HEX triplet: 19, 3A and 4A. RGB value is (25,58,74). Sum of RGB (Red+Green+Blue) = 25+58+74=157 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.92% from 157); Green value is 58 (23.05% from 255 or 36.94% from 157); Blue value is 74 (29.30% from 255 or 47.13% from 157); Max value from RGB is 74 - color contains mainly: blue. Hex color #193A4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193A4A is #E6C5B5. Grayscale: #313131. Windows color (decimal): -15123894 or 4864537. OLE color: 4864537.

HSL color Cylindrical-coordinate representation of color #193A4A: hue angle of 199.59º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #193A4A is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB255874-
CMYK0.660.2200.71
HSL199.59º49.49%19.41%-
HSV(B)199.59º66.22%29.02%-
XYZ3.153.737.03-
YUV49.96141.57110.2-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.92%
GREEN value IS 58 (23.05% from 255) = 36.94%
BLUE value IS 74 (29.30% from 255) = 47.13%
R=15.92%
G=36.94%
B=47.13%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2558740.660.2200.71199.5949.4919.41
Hex193A4A4216047c83113
Octal31721121022601073106123
Binary110011110101001010100001010110010001111100100011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193A4A; }

 p { color: rgb(25,58,74); }

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

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

 a { background-color: rgb(25,58,74); }

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

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

 span { border-color: rgb(25,58,74); }

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