Html Css Color HEX #182E40 Tangaroa

📋 copy color: '#182E40'

red 24 ◦ green 46 ◦ blue 64

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

Shades of Tangaroa #182E40

Tints of Tangaroa #182E40

RGB

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

 GREEN value IS 46 (18.36% from 255) = 34.33%

 BLUE value IS 64 (25.39% from 255) = 47.76%

R = 17.91%
G = 34.33%
B = 47.76%

CMYK

 C value IS 0.62

 M value IS 0.28

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#182E40 (or 0x182E40) is known color: Tangaroa. HEX triplet: 18, 2E and 40. RGB value is (24,46,64). Sum of RGB (Red+Green+Blue) = 24+46+64=134 (17% of max value = 765). Red value is 24 (9.77% from 255 or 17.91% from 134); Green value is 46 (18.36% from 255 or 34.33% from 134); Blue value is 64 (25.39% from 255 or 47.76% from 134); Max value from RGB is 64 - color contains mainly: blue. Hex color #182E40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182E40 is #E7D1BF. Grayscale: #292929. Windows color (decimal): -15192512 or 4206104. OLE color: 4206104.

HSL color Cylindrical-coordinate representation of color #182E40: hue angle of 207º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #182E40 is Cyan = 0.62, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 24 46 64 -
CMYK 0.62 0.28 0 0.75
HSL 207º 0.45% 0.17% -
HSV(B) 207º 0.63% 0.25% -
XYZ 2.28 2.52 5.22 -
YUV 41.47 140.71 115.54 -
System Red Green Blue C M Y K H S L
Decimal 24 46 64 0.62 0.28 0 0.75 207 0.45 0.17
Hex 18 2E 40 3E 1C 0 4B CF 2D 11
Octal 30 56 100 76 34 0 113 317 55 21
Binary 11000 101110 1000000 111110 11100 0 1001011 11001111 101101 10001

Color Harmonies of #182E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182E40

Black with #182E40

Text Example


Text Example

White with #182E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,46,64); }

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

background-color css

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

 a { background-color: rgb(24,46,64); }

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

border-color css

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

 span { border-color: rgb(24,46,64); }

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