Html Css Color HEX #182E41 Tangaroa

📋 copy color: '#182E41'

red 24 ◦ green 46 ◦ blue 65

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

Shades of Tangaroa #182E41

Tints of Tangaroa #182E41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 48.15%

R = 17.78%
G = 34.07%
B = 48.15%

CMYK

 C value IS 0.63

 M value IS 0.29

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#182E41 (or 0x182E41) is known color: Tangaroa. HEX triplet: 18, 2E and 41. RGB value is (24,46,65). Sum of RGB (Red+Green+Blue) = 24+46+65=135 (17% of max value = 765). Red value is 24 (9.77% from 255 or 17.78% from 135); Green value is 46 (18.36% from 255 or 34.07% from 135); Blue value is 65 (25.78% from 255 or 48.15% from 135); Max value from RGB is 65 - color contains mainly: blue. Hex color #182E41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182E41 is #E7D1BE. Grayscale: #292929. Windows color (decimal): -15192511 or 4271640. OLE color: 4271640.

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

Color convert

RGB 24 46 65 -
CMYK 0.63 0.29 0 0.75
HSL 207.8º 0.46% 0.17% -
HSV(B) 207.8º 0.63% 0.25% -
XYZ 2.31 2.53 5.37 -
YUV 41.59 141.21 115.46 -
System Red Green Blue C M Y K H S L
Decimal 24 46 65 0.63 0.29 0 0.75 207.8 0.46 0.17
Hex 18 2E 41 3F 1D 0 4B D0 2E 11
Octal 30 56 101 77 35 0 113 320 56 21
Binary 11000 101110 1000001 111111 11101 0 1001011 11010000 101110 10001

Color Harmonies of #182E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182E41

Black with #182E41

Text Example


Text Example

White with #182E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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