Html Css Color HEX #180655 Paua

📋 copy color: '#180655'

red 24 ◦ green 6 ◦ blue 85

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

Shades of Paua #180655

Tints of Paua #180655

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.22%

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

R = 20.87%
G = 5.22%
B = 73.91%

CMYK

 C value IS 0.72

 M value IS 0.93

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#180655 (or 0x180655) is known color: Paua. HEX triplet: 18, 06 and 55. RGB value is (24,6,85). Sum of RGB (Red+Green+Blue) = 24+6+85=115 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.87% from 115); Green value is 6 (2.73% from 255 or 5.22% from 115); Blue value is 85 (33.59% from 255 or 73.91% from 115); Max value from RGB is 85 - color contains mainly: blue. Hex color #180655 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180655 is #E7F9AA. Grayscale: #141414. Windows color (decimal): -15202731 or 5572120. OLE color: 5572120.

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

Color convert

RGB 24 6 85 -
CMYK 0.72 0.93 0 0.67
HSL 253.67º 0.87% 0.18% -
HSV(B) 253.67º 0.93% 0.33% -
XYZ 2.08 0.98 8.67 -
YUV 20.39 164.46 130.58 -
System Red Green Blue C M Y K H S L
Decimal 24 6 85 0.72 0.93 0 0.67 253.67 0.87 0.18
Hex 18 6 55 48 5D 0 43 FE 57 12
Octal 30 6 125 110 135 0 103 376 127 22
Binary 11000 110 1010101 1001000 1011101 0 1000011 11111110 1010111 10010

Color Harmonies of #180655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180655

Black with #180655

Text Example


Text Example

White with #180655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180655; }

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

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

background-color css

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

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

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

border-color css

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

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

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