Html Css Color HEX #18154D Paua

📋 copy color: '#18154D'

red 24 ◦ green 21 ◦ blue 77

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

Shades of Paua #18154D

Tints of Paua #18154D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 17.21%

 BLUE value IS 77 (30.47% from 255) = 63.11%

R = 19.67%
G = 17.21%
B = 63.11%

CMYK

 C value IS 0.69

 M value IS 0.73

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#18154D (or 0x18154D) is known color: Paua. HEX triplet: 18, 15 and 4D. RGB value is (24,21,77). Sum of RGB (Red+Green+Blue) = 24+21+77=122 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.67% from 122); Green value is 21 (8.59% from 255 or 17.21% from 122); Blue value is 77 (30.47% from 255 or 63.11% from 122); Max value from RGB is 77 - color contains mainly: blue. Hex color #18154D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18154D is #E7EAB2. Grayscale: #1C1C1C. Windows color (decimal): -15198899 or 5051672. OLE color: 5051672.

HSL color Cylindrical-coordinate representation of color #18154D: hue angle of 243.21º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #18154D is Cyan = 0.69, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 24 21 77 -
CMYK 0.69 0.73 0 0.70
HSL 243.21º 0.57% 0.19% -
HSV(B) 243.21º 0.73% 0.3% -
XYZ 1.98 1.27 7.16 -
YUV 28.28 155.49 124.95 -
System Red Green Blue C M Y K H S L
Decimal 24 21 77 0.69 0.73 0 0.70 243.21 0.57 0.19
Hex 18 15 4D 45 49 0 46 F3 39 13
Octal 30 25 115 105 111 0 106 363 71 23
Binary 11000 10101 1001101 1000101 1001001 0 1000110 11110011 111001 10011

Color Harmonies of #18154D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18154D

Black with #18154D

Text Example


Text Example

White with #18154D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18154D; }

 p { color: rgb(24,21,77); }

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

background-color css

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

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

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

border-color css

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

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

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