Html Css Color HEX #19333C Blue Whale

📋 copy color: '#19333C'

red 25 ◦ green 51 ◦ blue 60

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

Shades of Blue Whale #19333C

Tints of Blue Whale #19333C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 44.12%

R = 18.38%
G = 37.5%
B = 44.12%

CMYK

 C value IS 0.58

 M value IS 0.15

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#19333C (or 0x19333C) is known color: Blue Whale. HEX triplet: 19, 33 and 3C. RGB value is (25,51,60). Sum of RGB (Red+Green+Blue) = 25+51+60=136 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.38% from 136); Green value is 51 (20.31% from 255 or 37.5% from 136); Blue value is 60 (23.83% from 255 or 44.12% from 136); Max value from RGB is 60 - color contains mainly: blue. Hex color #19333C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19333C is #E6CCC3. Grayscale: #2C2C2C. Windows color (decimal): -15125700 or 3945241. OLE color: 3945241.

HSL color Cylindrical-coordinate representation of color #19333C: hue angle of 195.43º degrees, saturation: 0.41, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #19333C is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 25 51 60 -
CMYK 0.58 0.15 0 0.76
HSL 195.43º 0.41% 0.17% -
HSV(B) 195.43º 0.58% 0.24% -
XYZ 2.4 2.9 4.71 -
YUV 44.25 136.89 114.27 -
System Red Green Blue C M Y K H S L
Decimal 25 51 60 0.58 0.15 0 0.76 195.43 0.41 0.17
Hex 19 33 3C 3A F 0 4C C3 29 11
Octal 31 63 74 72 17 0 114 303 51 21
Binary 11001 110011 111100 111010 1111 0 1001100 11000011 101001 10001

Color Harmonies of #19333C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19333C

Black with #19333C

Text Example


Text Example

White with #19333C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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