Html Css Color HEX #18124C Paua

📋 copy color: '#18124C'

red 24 ◦ green 18 ◦ blue 76

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

Shades of Paua #18124C

Tints of Paua #18124C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 15.25%

 BLUE value IS 76 (30.08% from 255) = 64.41%

R = 20.34%
G = 15.25%
B = 64.41%

CMYK

 C value IS 0.68

 M value IS 0.76

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#18124C (or 0x18124C) is known color: Paua. HEX triplet: 18, 12 and 4C. RGB value is (24,18,76). Sum of RGB (Red+Green+Blue) = 24+18+76=118 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.34% from 118); Green value is 18 (7.42% from 255 or 15.25% from 118); Blue value is 76 (30.08% from 255 or 64.41% from 118); Max value from RGB is 76 - color contains mainly: blue. Hex color #18124C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18124C is #E7EDB3. Grayscale: #1A1A1A. Windows color (decimal): -15199668 or 4985368. OLE color: 4985368.

HSL color Cylindrical-coordinate representation of color #18124C: hue angle of 246.21º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #18124C is Cyan = 0.68, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 24 18 76 -
CMYK 0.68 0.76 0 0.70
HSL 246.21º 0.62% 0.18% -
HSV(B) 246.21º 0.76% 0.3% -
XYZ 1.9 1.15 6.96 -
YUV 26.41 155.99 126.28 -
System Red Green Blue C M Y K H S L
Decimal 24 18 76 0.68 0.76 0 0.70 246.21 0.62 0.18
Hex 18 12 4C 44 4C 0 46 F6 3E 12
Octal 30 22 114 104 114 0 106 366 76 22
Binary 11000 10010 1001100 1000100 1001100 0 1000110 11110110 111110 10010

Color Harmonies of #18124C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18124C

Black with #18124C

Text Example


Text Example

White with #18124C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18124C; }

 p { color: rgb(24,18,76); }

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

background-color css

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

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

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

border-color css

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

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

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