#193348

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

Shades of Blue Whale #193348

Tints of Blue Whale #193348

Color information

#193348 (or 0x193348) is unknown color: approx Blue Whale. HEX triplet: 19, 33 and 48. RGB value is (25,51,72). Sum of RGB (Red+Green+Blue) = 25+51+72=148 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.89% from 148); Green value is 51 (20.31% from 255 or 34.46% from 148); Blue value is 72 (28.52% from 255 or 48.65% from 148); Max value from RGB is 72 - color contains mainly: blue. Hex color #193348 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193348 is #E6CCB7. Grayscale: #2D2D2D. Windows color (decimal): -15125688 or 4731673. OLE color: 4731673.

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

Color convert

RGB255172-
CMYK0.650.2900.72
HSL206.81º48.45%19.02%-
HSV(B)206.81º65.28%28.24%-
XYZ2.753.046.57-
YUV45.62142.89113.29-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.89%
GREEN value IS 51 (20.31% from 255) = 34.46%
BLUE value IS 72 (28.52% from 255) = 48.65%
R=16.89%
G=34.46%
B=48.65%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2551720.650.2900.72206.8148.4519.02
Hex193348411D048cf3013
Octal31631101013501103176023
Binary110011100111001000100000111101010010001100111111000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193348; }

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

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

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

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

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

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

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

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