Html Css Color HEX #181955 Paua

📋 copy color: '#181955'

red 24 ◦ green 25 ◦ blue 85

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

Shades of Paua #181955

Tints of Paua #181955

RGB

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

 GREEN value IS 25 (10.16% from 255) = 18.66%

 BLUE value IS 85 (33.59% from 255) = 63.43%

R = 17.91%
G = 18.66%
B = 63.43%

CMYK

 C value IS 0.72

 M value IS 0.71

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#181955 (or 0x181955) is known color: Paua. HEX triplet: 18, 19 and 55. RGB value is (24,25,85). Sum of RGB (Red+Green+Blue) = 24+25+85=134 (17% of max value = 765). Red value is 24 (9.77% from 255 or 17.91% from 134); Green value is 25 (10.16% from 255 or 18.66% from 134); Blue value is 85 (33.59% from 255 or 63.43% from 134); Max value from RGB is 85 - color contains mainly: blue. Hex color #181955 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #181955 is #E7E6AA. Grayscale: #1F1F1F. Windows color (decimal): -15197867 or 5576984. OLE color: 5576984.

HSL color Cylindrical-coordinate representation of color #181955: hue angle of 239.02º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #181955 is Cyan = 0.72, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 24 25 85 -
CMYK 0.72 0.71 0 0.67
HSL 239.02º 0.56% 0.21% -
HSV(B) 239.02º 0.72% 0.33% -
XYZ 2.36 1.55 8.77 -
YUV 31.54 158.17 122.62 -
System Red Green Blue C M Y K H S L
Decimal 24 25 85 0.72 0.71 0 0.67 239.02 0.56 0.21
Hex 18 19 55 48 47 0 43 EF 38 15
Octal 30 31 125 110 107 0 103 357 70 25
Binary 11000 11001 1010101 1001000 1000111 0 1000011 11101111 111000 10101

Color Harmonies of #181955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181955

Black with #181955

Text Example


Text Example

White with #181955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181955; }

 p { color: rgb(24,25,85); }

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

background-color css

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

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

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

border-color css

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

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

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