#193347

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

Shades of Blue Whale #193347

Tints of Blue Whale #193347

Color information

#193347 (or 0x193347) is unknown color: approx Blue Whale. HEX triplet: 19, 33 and 47. RGB value is (25,51,71). Sum of RGB (Red+Green+Blue) = 25+51+71=147 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.01% from 147); Green value is 51 (20.31% from 255 or 34.69% from 147); Blue value is 71 (28.12% from 255 or 48.30% from 147); Max value from RGB is 71 - color contains mainly: blue. Hex color #193347 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193347 is #E6CCB8. Grayscale: #2D2D2D. Windows color (decimal): -15125689 or 4666137. OLE color: 4666137.

HSL color Cylindrical-coordinate representation of color #193347: hue angle of 206.09º 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 #193347 is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB255171-
CMYK0.650.2800.72
HSL206.09º47.92%18.82%-
HSV(B)206.09º64.79%27.84%-
XYZ2.723.036.4-
YUV45.51142.39113.37-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.01%
GREEN value IS 51 (20.31% from 255) = 34.69%
BLUE value IS 71 (28.12% from 255) = 48.30%
R=17.01%
G=34.69%
B=48.30%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2551710.650.2800.72206.0947.9218.82
Hex193347411C048ce3013
Octal31631071013401103166023
Binary110011100111000111100000111100010010001100111011000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193347; }

 p { color: rgb(25,51,71); }

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

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

 a { background-color: rgb(25,51,71); }

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

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

 span { border-color: rgb(25,51,71); }

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