Html Css Color HEX #19303F Tangaroa

📋 copy color: '#19303F'

red 25 ◦ green 48 ◦ blue 63

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

Shades of Tangaroa #19303F

Tints of Tangaroa #19303F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 46.32%

R = 18.38%
G = 35.29%
B = 46.32%

CMYK

 C value IS 0.60

 M value IS 0.24

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#19303F (or 0x19303F) is known color: Tangaroa. HEX triplet: 19, 30 and 3F. RGB value is (25,48,63). Sum of RGB (Red+Green+Blue) = 25+48+63=136 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.38% from 136); Green value is 48 (19.14% from 255 or 35.29% from 136); Blue value is 63 (25% from 255 or 46.32% from 136); Max value from RGB is 63 - color contains mainly: blue. Hex color #19303F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19303F is #E6CFC0. Grayscale: #2A2A2A. Windows color (decimal): -15126465 or 4141081. OLE color: 4141081.

HSL color Cylindrical-coordinate representation of color #19303F: hue angle of 203.68º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #19303F is Cyan = 0.60, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 25 48 63 -
CMYK 0.60 0.24 0 0.75
HSL 203.68º 0.43% 0.17% -
HSV(B) 203.68º 0.6% 0.25% -
XYZ 2.36 2.68 5.1 -
YUV 42.83 139.38 115.28 -
System Red Green Blue C M Y K H S L
Decimal 25 48 63 0.60 0.24 0 0.75 203.68 0.43 0.17
Hex 19 30 3F 3C 18 0 4B CC 2B 11
Octal 31 60 77 74 30 0 113 314 53 21
Binary 11001 110000 111111 111100 11000 0 1001011 11001100 101011 10001

Color Harmonies of #19303F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19303F

Black with #19303F

Text Example


Text Example

White with #19303F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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