Html Css Color HEX #18293A Tangaroa

📋 copy color: '#18293A'

red 24 ◦ green 41 ◦ blue 58

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

Shades of Tangaroa #18293A

Tints of Tangaroa #18293A

RGB

 RED value IS 24 (9.77% from 255) = 19.51%

 GREEN value IS 41 (16.41% from 255) = 33.33%

 BLUE value IS 58 (23.05% from 255) = 47.15%

R = 19.51%
G = 33.33%
B = 47.15%

CMYK

 C value IS 0.59

 M value IS 0.29

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#18293A (or 0x18293A) is known color: Tangaroa. HEX triplet: 18, 29 and 3A. RGB value is (24,41,58). Sum of RGB (Red+Green+Blue) = 24+41+58=123 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.51% from 123); Green value is 41 (16.41% from 255 or 33.33% from 123); Blue value is 58 (23.05% from 255 or 47.15% from 123); Max value from RGB is 58 - color contains mainly: blue. Hex color #18293A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18293A is #E7D6C5. Grayscale: #252525. Windows color (decimal): -15193798 or 3811608. OLE color: 3811608.

HSL color Cylindrical-coordinate representation of color #18293A: hue angle of 210º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #18293A is Cyan = 0.59, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 24 41 58 -
CMYK 0.59 0.29 0 0.77
HSL 210º 0.41% 0.16% -
HSV(B) 210º 0.59% 0.23% -
XYZ 1.93 2.09 4.3 -
YUV 37.86 139.37 118.12 -
System Red Green Blue C M Y K H S L
Decimal 24 41 58 0.59 0.29 0 0.77 210 0.41 0.16
Hex 18 29 3A 3B 1D 0 4D D2 29 10
Octal 30 51 72 73 35 0 115 322 51 20
Binary 11000 101001 111010 111011 11101 0 1001101 11010010 101001 10000

Color Harmonies of #18293A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18293A

Black with #18293A

Text Example


Text Example

White with #18293A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18293A; }

 p { color: rgb(24,41,58); }

 H1.HeaderClassName
 {
   color: #18293A;
 }
 .AnyTagClassName
 {
   color: #18293A;
 }
</style>

background-color css

<style>
 a { background-color: #18293A; }

 a { background-color: rgb(24,41,58); }

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

border-color css

<style>
 span { border-color: #18293A; }

 span { border-color: rgb(24,41,58); }

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