Html Css Color HEX #19333D Blue Whale

📋 copy color: '#19333D'

red 25 ◦ green 51 ◦ blue 61

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

Shades of Blue Whale #19333D

Tints of Blue Whale #19333D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 37.23%

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

R = 18.25%
G = 37.23%
B = 44.53%

CMYK

 C value IS 0.59

 M value IS 0.16

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#19333D (or 0x19333D) is known color: Blue Whale. HEX triplet: 19, 33 and 3D. RGB value is (25,51,61). Sum of RGB (Red+Green+Blue) = 25+51+61=137 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.25% from 137); Green value is 51 (20.31% from 255 or 37.23% from 137); Blue value is 61 (24.22% from 255 or 44.53% from 137); Max value from RGB is 61 - color contains mainly: blue. Hex color #19333D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19333D is #E6CCC2. Grayscale: #2C2C2C. Windows color (decimal): -15125699 or 4010777. OLE color: 4010777.

HSL color Cylindrical-coordinate representation of color #19333D: hue angle of 196.67º 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 #19333D is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 25 51 61 -
CMYK 0.59 0.16 0 0.76
HSL 196.67º 0.42% 0.17% -
HSV(B) 196.67º 0.59% 0.24% -
XYZ 2.43 2.91 4.85 -
YUV 44.37 137.39 114.19 -
System Red Green Blue C M Y K H S L
Decimal 25 51 61 0.59 0.16 0 0.76 196.67 0.42 0.17
Hex 19 33 3D 3B 10 0 4C C5 2A 11
Octal 31 63 75 73 20 0 114 305 52 21
Binary 11001 110011 111101 111011 10000 0 1001100 11000101 101010 10001

Color Harmonies of #19333D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19333D

Black with #19333D

Text Example


Text Example

White with #19333D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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