Html Css Color HEX #182E38 Tangaroa

📋 copy color: '#182E38'

red 24 ◦ green 46 ◦ blue 56

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

Shades of Tangaroa #182E38

Tints of Tangaroa #182E38

RGB

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

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

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

R = 19.05%
G = 36.51%
B = 44.44%

CMYK

 C value IS 0.57

 M value IS 0.18

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#182E38 (or 0x182E38) is known color: Tangaroa. HEX triplet: 18, 2E and 38. RGB value is (24,46,56). Sum of RGB (Red+Green+Blue) = 24+46+56=126 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.05% from 126); Green value is 46 (18.36% from 255 or 36.51% from 126); Blue value is 56 (22.27% from 255 or 44.44% from 126); Max value from RGB is 56 - color contains mainly: blue. Hex color #182E38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182E38 is #E7D1C7. Grayscale: #282828. Windows color (decimal): -15192520 or 3681816. OLE color: 3681816.

HSL color Cylindrical-coordinate representation of color #182E38: hue angle of 198.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 #182E38 is Cyan = 0.57, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 24 46 56 -
CMYK 0.57 0.18 0 0.78
HSL 198.75º 0.4% 0.16% -
HSV(B) 198.75º 0.57% 0.22% -
XYZ 2.07 2.43 4.1 -
YUV 40.56 136.71 116.19 -
System Red Green Blue C M Y K H S L
Decimal 24 46 56 0.57 0.18 0 0.78 198.75 0.4 0.16
Hex 18 2E 38 39 12 0 4E C7 28 10
Octal 30 56 70 71 22 0 116 307 50 20
Binary 11000 101110 111000 111001 10010 0 1001110 11000111 101000 10000

Color Harmonies of #182E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182E38

Black with #182E38

Text Example


Text Example

White with #182E38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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