Html Css Color HEX #19323B Blue Whale

📋 copy color: '#19323B'

red 25 ◦ green 50 ◦ blue 59

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

Shades of Blue Whale #19323B

Tints of Blue Whale #19323B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 37.31%

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

R = 18.66%
G = 37.31%
B = 44.03%

CMYK

 C value IS 0.58

 M value IS 0.15

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#19323B (or 0x19323B) is known color: Blue Whale. HEX triplet: 19, 32 and 3B. RGB value is (25,50,59). Sum of RGB (Red+Green+Blue) = 25+50+59=134 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.66% from 134); Green value is 50 (19.92% from 255 or 37.31% from 134); Blue value is 59 (23.44% from 255 or 44.03% from 134); Max value from RGB is 59 - color contains mainly: blue. Hex color #19323B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19323B is #E6CDC4. Grayscale: #2B2B2B. Windows color (decimal): -15125957 or 3879449. OLE color: 3879449.

HSL color Cylindrical-coordinate representation of color #19323B: hue angle of 195.88º 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 #19323B is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 25 50 59 -
CMYK 0.58 0.15 0 0.77
HSL 195.88º 0.4% 0.16% -
HSV(B) 195.88º 0.58% 0.23% -
XYZ 2.33 2.8 4.56 -
YUV 43.55 136.72 114.77 -
System Red Green Blue C M Y K H S L
Decimal 25 50 59 0.58 0.15 0 0.77 195.88 0.4 0.16
Hex 19 32 3B 3A F 0 4D C4 28 10
Octal 31 62 73 72 17 0 115 304 50 20
Binary 11001 110010 111011 111010 1111 0 1001101 11000100 101000 10000

Color Harmonies of #19323B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19323B

Black with #19323B

Text Example


Text Example

White with #19323B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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