Html Css Color HEX #182F41 Tangaroa

📋 copy color: '#182F41'

red 24 ◦ green 47 ◦ blue 65

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

Shades of Tangaroa #182F41

Tints of Tangaroa #182F41

RGB

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

 GREEN value IS 47 (18.75% from 255) = 34.56%

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

R = 17.65%
G = 34.56%
B = 47.79%

CMYK

 C value IS 0.63

 M value IS 0.28

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#182F41 (or 0x182F41) is known color: Tangaroa. HEX triplet: 18, 2F and 41. RGB value is (24,47,65). Sum of RGB (Red+Green+Blue) = 24+47+65=136 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.65% from 136); Green value is 47 (18.75% from 255 or 34.56% from 136); Blue value is 65 (25.78% from 255 or 47.79% from 136); Max value from RGB is 65 - color contains mainly: blue. Hex color #182F41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182F41 is #E7D0BE. Grayscale: #2A2A2A. Windows color (decimal): -15192255 or 4271896. OLE color: 4271896.

HSL color Cylindrical-coordinate representation of color #182F41: hue angle of 206.34º 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 #182F41 is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 24 47 65 -
CMYK 0.63 0.28 0 0.75
HSL 206.34º 0.46% 0.17% -
HSV(B) 206.34º 0.63% 0.25% -
XYZ 2.35 2.61 5.38 -
YUV 42.18 140.88 115.04 -
System Red Green Blue C M Y K H S L
Decimal 24 47 65 0.63 0.28 0 0.75 206.34 0.46 0.17
Hex 18 2F 41 3F 1C 0 4B CE 2E 11
Octal 30 57 101 77 34 0 113 316 56 21
Binary 11000 101111 1000001 111111 11100 0 1001011 11001110 101110 10001

Color Harmonies of #182F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182F41

Black with #182F41

Text Example


Text Example

White with #182F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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