Html Css Color HEX #182A39 Tangaroa

📋 copy color: '#182A39'

red 24 ◦ green 42 ◦ blue 57

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

Shades of Tangaroa #182A39

Tints of Tangaroa #182A39

RGB

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

 GREEN value IS 42 (16.8% from 255) = 34.15%

 BLUE value IS 57 (22.66% from 255) = 46.34%

R = 19.51%
G = 34.15%
B = 46.34%

CMYK

 C value IS 0.58

 M value IS 0.26

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#182A39 (or 0x182A39) is known color: Tangaroa. HEX triplet: 18, 2A and 39. RGB value is (24,42,57). Sum of RGB (Red+Green+Blue) = 24+42+57=123 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.51% from 123); Green value is 42 (16.80% from 255 or 34.15% from 123); Blue value is 57 (22.66% from 255 or 46.34% from 123); Max value from RGB is 57 - color contains mainly: blue. Hex color #182A39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182A39 is #E7D5C6. Grayscale: #262626. Windows color (decimal): -15193543 or 3746328. OLE color: 3746328.

HSL color Cylindrical-coordinate representation of color #182A39: hue angle of 207.27º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #182A39 is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 24 42 57 -
CMYK 0.58 0.26 0 0.78
HSL 207.27º 0.41% 0.16% -
HSV(B) 207.27º 0.58% 0.22% -
XYZ 1.94 2.15 4.18 -
YUV 38.33 138.54 117.78 -
System Red Green Blue C M Y K H S L
Decimal 24 42 57 0.58 0.26 0 0.78 207.27 0.41 0.16
Hex 18 2A 39 3A 1A 0 4E CF 29 10
Octal 30 52 71 72 32 0 116 317 51 20
Binary 11000 101010 111001 111010 11010 0 1001110 11001111 101001 10000

Color Harmonies of #182A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182A39

Black with #182A39

Text Example


Text Example

White with #182A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182A39; }

 p { color: rgb(24,42,57); }

 H1.HeaderClassName
 {
   color: #182A39;
 }
 .AnyTagClassName
 {
   color: #182A39;
 }
</style>

background-color css

<style>
 a { background-color: #182A39; }

 a { background-color: rgb(24,42,57); }

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

border-color css

<style>
 span { border-color: #182A39; }

 span { border-color: rgb(24,42,57); }

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