Html Css Color HEX #19374B Blue Whale

📋 copy color: '#19374B'

red 25 ◦ green 55 ◦ blue 75

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

Shades of Blue Whale #19374B

Tints of Blue Whale #19374B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 48.39%

R = 16.13%
G = 35.48%
B = 48.39%

CMYK

 C value IS 0.67

 M value IS 0.27

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#19374B (or 0x19374B) is known color: Blue Whale. HEX triplet: 19, 37 and 4B. RGB value is (25,55,75). Sum of RGB (Red+Green+Blue) = 25+55+75=155 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.13% from 155); Green value is 55 (21.88% from 255 or 35.48% from 155); Blue value is 75 (29.69% from 255 or 48.39% from 155); Max value from RGB is 75 - color contains mainly: blue. Hex color #19374B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19374B is #E6C8B4. Grayscale: #303030. Windows color (decimal): -15124661 or 4929305. OLE color: 4929305.

HSL color Cylindrical-coordinate representation of color #19374B: hue angle of 204º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #19374B is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 25 55 75 -
CMYK 0.67 0.27 0 0.71
HSL 204º 0.5% 0.2% -
HSV(B) 204º 0.67% 0.29% -
XYZ 3.04 3.45 7.16 -
YUV 48.31 143.06 111.37 -
System Red Green Blue C M Y K H S L
Decimal 25 55 75 0.67 0.27 0 0.71 204 0.5 0.2
Hex 19 37 4B 43 1B 0 47 CC 32 14
Octal 31 67 113 103 33 0 107 314 62 24
Binary 11001 110111 1001011 1000011 11011 0 1000111 11001100 110010 10100

Color Harmonies of #19374B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19374B

Black with #19374B

Text Example


Text Example

White with #19374B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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