Html Css Color HEX #19374D Blue Whale

📋 copy color: '#19374D'

red 25 ◦ green 55 ◦ blue 77

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

Shades of Blue Whale #19374D

Tints of Blue Whale #19374D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 35.03%

 BLUE value IS 77 (30.47% from 255) = 49.04%

R = 15.92%
G = 35.03%
B = 49.04%

CMYK

 C value IS 0.68

 M value IS 0.29

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#19374D (or 0x19374D) is known color: Blue Whale. HEX triplet: 19, 37 and 4D. RGB value is (25,55,77). Sum of RGB (Red+Green+Blue) = 25+55+77=157 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.92% from 157); Green value is 55 (21.88% from 255 or 35.03% from 157); Blue value is 77 (30.47% from 255 or 49.04% from 157); Max value from RGB is 77 - color contains mainly: blue. Hex color #19374D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19374D is #E6C8B2. Grayscale: #303030. Windows color (decimal): -15124659 or 5060377. OLE color: 5060377.

HSL color Cylindrical-coordinate representation of color #19374D: hue angle of 205.38º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #19374D is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 25 55 77 -
CMYK 0.68 0.29 0 0.70
HSL 205.38º 0.51% 0.2% -
HSV(B) 205.38º 0.68% 0.3% -
XYZ 3.11 3.47 7.53 -
YUV 48.54 144.06 111.21 -
System Red Green Blue C M Y K H S L
Decimal 25 55 77 0.68 0.29 0 0.70 205.38 0.51 0.2
Hex 19 37 4D 44 1D 0 46 CD 33 14
Octal 31 67 115 104 35 0 106 315 63 24
Binary 11001 110111 1001101 1000100 11101 0 1000110 11001101 110011 10100

Color Harmonies of #19374D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19374D

Black with #19374D

Text Example


Text Example

White with #19374D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,55,77); }

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

background-color css

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

 a { background-color: rgb(25,55,77); }

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

border-color css

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

 span { border-color: rgb(25,55,77); }

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