#19314B

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

Shades of Blue Whale #19314B

Tints of Blue Whale #19314B

Color information

#19314B (or 0x19314B) is unknown color: approx Blue Whale. HEX triplet: 19, 31 and 4B. RGB value is (25,49,75). Sum of RGB (Red+Green+Blue) = 25+49+75=149 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.78% from 149); Green value is 49 (19.53% from 255 or 32.89% from 149); Blue value is 75 (29.69% from 255 or 50.34% from 149); Max value from RGB is 75 - color contains mainly: blue. Hex color #19314B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19314B is #E6CEB4. Grayscale: #2C2C2C. Windows color (decimal): -15126197 or 4927769. OLE color: 4927769.

HSL color Cylindrical-coordinate representation of color #19314B: hue angle of 211.2º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #19314B is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB254975-
CMYK0.670.3500.71
HSL211.2º50%19.61%-
HSV(B)211.2º66.67%29.41%-
XYZ2.772.917.07-
YUV44.79145.05113.89-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.78%
GREEN value IS 49 (19.53% from 255) = 32.89%
BLUE value IS 75 (29.69% from 255) = 50.34%
R=16.78%
G=32.89%
B=50.34%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2549750.670.3500.71211.25019.61
Hex19314B4323047d33214
Octal31611131034301073236224
Binary1100111000110010111000011100011010001111101001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19314B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19314B; }

 p { color: rgb(25,49,75); }

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

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

 a { background-color: rgb(25,49,75); }

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

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

 span { border-color: rgb(25,49,75); }

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