#193948

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

Shades of Blue Whale #193948

Tints of Blue Whale #193948

Color information

#193948 (or 0x193948) is unknown color: approx Blue Whale. HEX triplet: 19, 39 and 48. RGB value is (25,57,72). Sum of RGB (Red+Green+Blue) = 25+57+72=154 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.23% from 154); Green value is 57 (22.66% from 255 or 37.01% from 154); Blue value is 72 (28.52% from 255 or 46.75% from 154); Max value from RGB is 72 - color contains mainly: blue. Hex color #193948 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193948 is #E6C6B7. Grayscale: #313131. Windows color (decimal): -15124152 or 4733209. OLE color: 4733209.

HSL color Cylindrical-coordinate representation of color #193948: hue angle of 199.15º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #193948 is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB255772-
CMYK0.650.2100.72
HSL199.15º48.45%19.02%-
HSV(B)199.15º65.28%28.24%-
XYZ3.033.66.67-
YUV49.14140.9110.78-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.23%
GREEN value IS 57 (22.66% from 255) = 37.01%
BLUE value IS 72 (28.52% from 255) = 46.75%
R=16.23%
G=37.01%
B=46.75%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2557720.650.2100.72199.1548.4519.02
Hex1939484115048c73013
Octal31711101012501103076023
Binary110011110011001000100000110101010010001100011111000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193948; }

 p { color: rgb(25,57,72); }

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

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

 a { background-color: rgb(25,57,72); }

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

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

 span { border-color: rgb(25,57,72); }

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