Html Css Color HEX #19313B Blue Whale

📋 copy color: '#19313B'

red 25 ◦ green 49 ◦ blue 59

#19313B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Whale #19313B

Tints of Blue Whale #19313B

RGB

 RED value IS 25 (10.16% from 255) = 18.8%

 GREEN value IS 49 (19.53% from 255) = 36.84%

 BLUE value IS 59 (23.44% from 255) = 44.36%

R = 18.8%
G = 36.84%
B = 44.36%

CMYK

 C value IS 0.58

 M value IS 0.17

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#19313B (or 0x19313B) is known color: Blue Whale. HEX triplet: 19, 31 and 3B. RGB value is (25,49,59). Sum of RGB (Red+Green+Blue) = 25+49+59=133 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.80% from 133); Green value is 49 (19.53% from 255 or 36.84% from 133); Blue value is 59 (23.44% from 255 or 44.36% from 133); Max value from RGB is 59 - color contains mainly: blue. Hex color #19313B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19313B is #E6CEC4. Grayscale: #2A2A2A. Windows color (decimal): -15126213 or 3879193. OLE color: 3879193.

HSL color Cylindrical-coordinate representation of color #19313B: hue angle of 197.65º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #19313B is Cyan = 0.58, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 25 49 59 -
CMYK 0.58 0.17 0 0.77
HSL 197.65º 0.4% 0.16% -
HSV(B) 197.65º 0.58% 0.23% -
XYZ 2.29 2.72 4.54 -
YUV 42.96 137.05 115.19 -
System Red Green Blue C M Y K H S L
Decimal 25 49 59 0.58 0.17 0 0.77 197.65 0.4 0.16
Hex 19 31 3B 3A 11 0 4D C6 28 10
Octal 31 61 73 72 21 0 115 306 50 20
Binary 11001 110001 111011 111010 10001 0 1001101 11000110 101000 10000

Color Harmonies of #19313B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19313B

Black with #19313B

Text Example


Text Example

White with #19313B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #19313B;
 }
 .AnyTagClassName
 {
   color: #19313B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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