Html Css Color HEX #19313D Blue Whale

📋 copy color: '#19313D'

red 25 ◦ green 49 ◦ blue 61

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

Shades of Blue Whale #19313D

Tints of Blue Whale #19313D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 45.19%

R = 18.52%
G = 36.3%
B = 45.19%

CMYK

 C value IS 0.59

 M value IS 0.20

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#19313D (or 0x19313D) is known color: Blue Whale. HEX triplet: 19, 31 and 3D. RGB value is (25,49,61). Sum of RGB (Red+Green+Blue) = 25+49+61=135 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.52% from 135); Green value is 49 (19.53% from 255 or 36.30% from 135); Blue value is 61 (24.22% from 255 or 45.19% from 135); Max value from RGB is 61 - color contains mainly: blue. Hex color #19313D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19313D is #E6CEC2. Grayscale: #2B2B2B. Windows color (decimal): -15126211 or 4010265. OLE color: 4010265.

HSL color Cylindrical-coordinate representation of color #19313D: hue angle of 200º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #19313D is Cyan = 0.59, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 25 49 61 -
CMYK 0.59 0.20 0 0.76
HSL 200º 0.42% 0.17% -
HSV(B) 200º 0.59% 0.24% -
XYZ 2.34 2.74 4.82 -
YUV 43.19 138.05 115.02 -
System Red Green Blue C M Y K H S L
Decimal 25 49 61 0.59 0.20 0 0.76 200 0.42 0.17
Hex 19 31 3D 3B 14 0 4C C8 2A 11
Octal 31 61 75 73 24 0 114 310 52 21
Binary 11001 110001 111101 111011 10100 0 1001100 11001000 101010 10001

Color Harmonies of #19313D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19313D

Black with #19313D

Text Example


Text Example

White with #19313D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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