Html Css Color HEX #19303C Tangaroa

📋 copy color: '#19303C'

red 25 ◦ green 48 ◦ blue 60

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

Shades of Tangaroa #19303C

Tints of Tangaroa #19303C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 36.09%

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

R = 18.8%
G = 36.09%
B = 45.11%

CMYK

 C value IS 0.58

 M value IS 0.20

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#19303C (or 0x19303C) is known color: Tangaroa. HEX triplet: 19, 30 and 3C. RGB value is (25,48,60). Sum of RGB (Red+Green+Blue) = 25+48+60=133 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.80% from 133); Green value is 48 (19.14% from 255 or 36.09% from 133); Blue value is 60 (23.83% from 255 or 45.11% from 133); Max value from RGB is 60 - color contains mainly: blue. Hex color #19303C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19303C is #E6CFC3. Grayscale: #2A2A2A. Windows color (decimal): -15126468 or 3944473. OLE color: 3944473.

HSL color Cylindrical-coordinate representation of color #19303C: hue angle of 200.57º 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 #19303C is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 25 48 60 -
CMYK 0.58 0.20 0 0.76
HSL 200.57º 0.41% 0.17% -
HSV(B) 200.57º 0.58% 0.24% -
XYZ 2.27 2.65 4.67 -
YUV 42.49 137.88 115.52 -
System Red Green Blue C M Y K H S L
Decimal 25 48 60 0.58 0.20 0 0.76 200.57 0.41 0.17
Hex 19 30 3C 3A 14 0 4C C9 29 11
Octal 31 60 74 72 24 0 114 311 51 21
Binary 11001 110000 111100 111010 10100 0 1001100 11001001 101001 10001

Color Harmonies of #19303C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19303C

Black with #19303C

Text Example


Text Example

White with #19303C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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