#193247

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

Shades of Blue Whale #193247

Tints of Blue Whale #193247

Color information

#193247 (or 0x193247) is unknown color: approx Blue Whale. HEX triplet: 19, 32 and 47. RGB value is (25,50,71). Sum of RGB (Red+Green+Blue) = 25+50+71=146 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.12% from 146); Green value is 50 (19.92% from 255 or 34.25% from 146); Blue value is 71 (28.12% from 255 or 48.63% from 146); Max value from RGB is 71 - color contains mainly: blue. Hex color #193247 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193247 is #E6CDB8. Grayscale: #2C2C2C. Windows color (decimal): -15125945 or 4665881. OLE color: 4665881.

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

Color convert

RGB255071-
CMYK0.650.3000.72
HSL207.39º47.92%18.82%-
HSV(B)207.39º64.79%27.84%-
XYZ2.682.946.39-
YUV44.92142.72113.79-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.12%
GREEN value IS 50 (19.92% from 255) = 34.25%
BLUE value IS 71 (28.12% from 255) = 48.63%
R=17.12%
G=34.25%
B=48.63%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2550710.650.3000.72207.3947.9218.82
Hex193247411E048cf3013
Octal31621071013601103176023
Binary110011100101000111100000111110010010001100111111000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193247; }

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

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

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

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

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

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

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

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