Html Css Color HEX #19334C Blue Whale

📋 copy color: '#19334C'

red 25 ◦ green 51 ◦ blue 76

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

Shades of Blue Whale #19334C

Tints of Blue Whale #19334C

RGB

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

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

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

R = 16.45%
G = 33.55%
B = 50%

CMYK

 C value IS 0.67

 M value IS 0.33

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#19334C (or 0x19334C) is known color: Blue Whale. HEX triplet: 19, 33 and 4C. RGB value is (25,51,76). Sum of RGB (Red+Green+Blue) = 25+51+76=152 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.45% from 152); Green value is 51 (20.31% from 255 or 33.55% from 152); Blue value is 76 (30.08% from 255 or 50% from 152); Max value from RGB is 76 - color contains mainly: blue. Hex color #19334C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19334C is #E6CCB3. Grayscale: #2D2D2D. Windows color (decimal): -15125684 or 4993817. OLE color: 4993817.

HSL color Cylindrical-coordinate representation of color #19334C: hue angle of 209.41º 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 #19334C is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 25 51 76 -
CMYK 0.67 0.33 0 0.70
HSL 209.41º 0.5% 0.2% -
HSV(B) 209.41º 0.67% 0.3% -
XYZ 2.89 3.1 7.28 -
YUV 46.08 144.89 112.97 -
System Red Green Blue C M Y K H S L
Decimal 25 51 76 0.67 0.33 0 0.70 209.41 0.5 0.2
Hex 19 33 4C 43 21 0 46 D1 32 14
Octal 31 63 114 103 41 0 106 321 62 24
Binary 11001 110011 1001100 1000011 100001 0 1000110 11010001 110010 10100

Color Harmonies of #19334C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19334C

Black with #19334C

Text Example


Text Example

White with #19334C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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