Html Css Color HEX #182635 Tangaroa

📋 copy color: '#182635'

red 24 ◦ green 38 ◦ blue 53

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

Shades of Tangaroa #182635

Tints of Tangaroa #182635

RGB

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

 GREEN value IS 38 (15.23% from 255) = 33.04%

 BLUE value IS 53 (21.09% from 255) = 46.09%

R = 20.87%
G = 33.04%
B = 46.09%

CMYK

 C value IS 0.55

 M value IS 0.28

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#182635 (or 0x182635) is known color: Tangaroa. HEX triplet: 18, 26 and 35. RGB value is (24,38,53). Sum of RGB (Red+Green+Blue) = 24+38+53=115 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.87% from 115); Green value is 38 (15.23% from 255 or 33.04% from 115); Blue value is 53 (21.09% from 255 or 46.09% from 115); Max value from RGB is 53 - color contains mainly: blue. Hex color #182635 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182635 is #E7D9CA. Grayscale: #232323. Windows color (decimal): -15194571 or 3483160. OLE color: 3483160.

HSL color Cylindrical-coordinate representation of color #182635: hue angle of 211.03º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #182635 is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 24 38 53 -
CMYK 0.55 0.28 0 0.79
HSL 211.03º 0.38% 0.15% -
HSV(B) 211.03º 0.55% 0.21% -
XYZ 1.71 1.84 3.63 -
YUV 35.52 137.86 119.78 -
System Red Green Blue C M Y K H S L
Decimal 24 38 53 0.55 0.28 0 0.79 211.03 0.38 0.15
Hex 18 26 35 37 1C 0 4F D3 26 F
Octal 30 46 65 67 34 0 117 323 46 17
Binary 11000 100110 110101 110111 11100 0 1001111 11010011 100110 1111

Color Harmonies of #182635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182635

Black with #182635

Text Example


Text Example

White with #182635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182635; }

 p { color: rgb(24,38,53); }

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

background-color css

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

 a { background-color: rgb(24,38,53); }

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

border-color css

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

 span { border-color: rgb(24,38,53); }

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