Html Css Color HEX #19384C Blue Whale

📋 copy color: '#19384C'

red 25 ◦ green 56 ◦ blue 76

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

Shades of Blue Whale #19384C

Tints of Blue Whale #19384C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 35.67%

 BLUE value IS 76 (30.08% from 255) = 48.41%

R = 15.92%
G = 35.67%
B = 48.41%

CMYK

 C value IS 0.67

 M value IS 0.26

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#19384C (or 0x19384C) is known color: Blue Whale. HEX triplet: 19, 38 and 4C. RGB value is (25,56,76). Sum of RGB (Red+Green+Blue) = 25+56+76=157 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.92% from 157); Green value is 56 (22.27% from 255 or 35.67% from 157); Blue value is 76 (30.08% from 255 or 48.41% from 157); Max value from RGB is 76 - color contains mainly: blue. Hex color #19384C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19384C is #E6C7B3. Grayscale: #303030. Windows color (decimal): -15124404 or 4995097. OLE color: 4995097.

HSL color Cylindrical-coordinate representation of color #19384C: hue angle of 203.53º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #19384C is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 25 56 76 -
CMYK 0.67 0.26 0 0.70
HSL 203.53º 0.5% 0.2% -
HSV(B) 203.53º 0.67% 0.3% -
XYZ 3.12 3.56 7.36 -
YUV 49.01 143.23 110.87 -
System Red Green Blue C M Y K H S L
Decimal 25 56 76 0.67 0.26 0 0.70 203.53 0.5 0.2
Hex 19 38 4C 43 1A 0 46 CC 32 14
Octal 31 70 114 103 32 0 106 314 62 24
Binary 11001 111000 1001100 1000011 11010 0 1000110 11001100 110010 10100

Color Harmonies of #19384C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19384C

Black with #19384C

Text Example


Text Example

White with #19384C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19384C; }

 p { color: rgb(25,56,76); }

 H1.HeaderClassName
 {
   color: #19384C;
 }
 .AnyTagClassName
 {
   color: #19384C;
 }
</style>

background-color css

<style>
 a { background-color: #19384C; }

 a { background-color: rgb(25,56,76); }

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

border-color css

<style>
 span { border-color: #19384C; }

 span { border-color: rgb(25,56,76); }

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