Html Css Color HEX #181856 Paua

📋 copy color: '#181856'

red 24 ◦ green 24 ◦ blue 86

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

Shades of Paua #181856

Tints of Paua #181856

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 64.18%

R = 17.91%
G = 17.91%
B = 64.18%

CMYK

 C value IS 0.72

 M value IS 0.72

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#181856 (or 0x181856) is known color: Paua. HEX triplet: 18, 18 and 56. RGB value is (24,24,86). Sum of RGB (Red+Green+Blue) = 24+24+86=134 (17% of max value = 765). Red value is 24 (9.77% from 255 or 17.91% from 134); Green value is 24 (9.77% from 255 or 17.91% from 134); Blue value is 86 (33.98% from 255 or 64.18% from 134); Max value from RGB is 86 - color contains mainly: blue. Hex color #181856 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #181856 is #E7E7A9. Grayscale: #1E1E1E. Windows color (decimal): -15198122 or 5642264. OLE color: 5642264.

HSL color Cylindrical-coordinate representation of color #181856: hue angle of 240º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #181856 is Cyan = 0.72, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 24 24 86 -
CMYK 0.72 0.72 0 0.66
HSL 240º 0.56% 0.22% -
HSV(B) 240º 0.72% 0.34% -
XYZ 2.38 1.52 8.97 -
YUV 31.07 159 122.96 -
System Red Green Blue C M Y K H S L
Decimal 24 24 86 0.72 0.72 0 0.66 240 0.56 0.22
Hex 18 18 56 48 48 0 42 F0 38 16
Octal 30 30 126 110 110 0 102 360 70 26
Binary 11000 11000 1010110 1001000 1001000 0 1000010 11110000 111000 10110

Color Harmonies of #181856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181856

Black with #181856

Text Example


Text Example

White with #181856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181856; }

 p { color: rgb(24,24,86); }

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

background-color css

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

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

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

border-color css

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

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

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