Html Css Color HEX #182638 Tangaroa

📋 copy color: '#182638'

red 24 ◦ green 38 ◦ blue 56

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

Shades of Tangaroa #182638

Tints of Tangaroa #182638

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 47.46%

R = 20.34%
G = 32.2%
B = 47.46%

CMYK

 C value IS 0.57

 M value IS 0.32

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#182638 (or 0x182638) is known color: Tangaroa. HEX triplet: 18, 26 and 38. RGB value is (24,38,56). Sum of RGB (Red+Green+Blue) = 24+38+56=118 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.34% from 118); Green value is 38 (15.23% from 255 or 32.20% from 118); Blue value is 56 (22.27% from 255 or 47.46% from 118); Max value from RGB is 56 - color contains mainly: blue. Hex color #182638 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182638 is #E7D9C7. Grayscale: #232323. Windows color (decimal): -15194568 or 3679768. OLE color: 3679768.

HSL color Cylindrical-coordinate representation of color #182638: hue angle of 213.75º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #182638 is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 24 38 56 -
CMYK 0.57 0.32 0 0.78
HSL 213.75º 0.4% 0.16% -
HSV(B) 213.75º 0.57% 0.22% -
XYZ 1.78 1.87 4.01 -
YUV 35.87 139.36 119.54 -
System Red Green Blue C M Y K H S L
Decimal 24 38 56 0.57 0.32 0 0.78 213.75 0.4 0.16
Hex 18 26 38 39 20 0 4E D6 28 10
Octal 30 46 70 71 40 0 116 326 50 20
Binary 11000 100110 111000 111001 100000 0 1001110 11010110 101000 10000

Color Harmonies of #182638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182638

Black with #182638

Text Example


Text Example

White with #182638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182638; }

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

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

background-color css

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

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

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

border-color css

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

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

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