Html Css Color HEX #19364D Blue Whale

📋 copy color: '#19364D'

red 25 ◦ green 54 ◦ blue 77

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

Shades of Blue Whale #19364D

Tints of Blue Whale #19364D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 34.62%

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

R = 16.03%
G = 34.62%
B = 49.36%

CMYK

 C value IS 0.68

 M value IS 0.30

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#19364D (or 0x19364D) is known color: Blue Whale. HEX triplet: 19, 36 and 4D. RGB value is (25,54,77). Sum of RGB (Red+Green+Blue) = 25+54+77=156 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.03% from 156); Green value is 54 (21.48% from 255 or 34.62% from 156); Blue value is 77 (30.47% from 255 or 49.36% from 156); Max value from RGB is 77 - color contains mainly: blue. Hex color #19364D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19364D is #E6C9B2. Grayscale: #2F2F2F. Windows color (decimal): -15124915 or 5060121. OLE color: 5060121.

HSL color Cylindrical-coordinate representation of color #19364D: hue angle of 206.54º 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 #19364D is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 25 54 77 -
CMYK 0.68 0.30 0 0.70
HSL 206.54º 0.51% 0.2% -
HSV(B) 206.54º 0.68% 0.3% -
XYZ 3.06 3.38 7.51 -
YUV 47.95 144.39 111.63 -
System Red Green Blue C M Y K H S L
Decimal 25 54 77 0.68 0.30 0 0.70 206.54 0.51 0.2
Hex 19 36 4D 44 1E 0 46 CF 33 14
Octal 31 66 115 104 36 0 106 317 63 24
Binary 11001 110110 1001101 1000100 11110 0 1000110 11001111 110011 10100

Color Harmonies of #19364D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19364D

Black with #19364D

Text Example


Text Example

White with #19364D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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