Html Css Color HEX #18124B Paua

📋 copy color: '#18124B'

red 24 ◦ green 18 ◦ blue 75

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

Shades of Paua #18124B

Tints of Paua #18124B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 64.1%

R = 20.51%
G = 15.38%
B = 64.1%

CMYK

 C value IS 0.68

 M value IS 0.76

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#18124B (or 0x18124B) is known color: Paua. HEX triplet: 18, 12 and 4B. RGB value is (24,18,75). Sum of RGB (Red+Green+Blue) = 24+18+75=117 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.51% from 117); Green value is 18 (7.42% from 255 or 15.38% from 117); Blue value is 75 (29.69% from 255 or 64.10% from 117); Max value from RGB is 75 - color contains mainly: blue. Hex color #18124B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18124B is #E7EDB4. Grayscale: #1A1A1A. Windows color (decimal): -15199669 or 4919832. OLE color: 4919832.

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

Color convert

RGB 24 18 75 -
CMYK 0.68 0.76 0 0.71
HSL 246.32º 0.61% 0.18% -
HSV(B) 246.32º 0.76% 0.29% -
XYZ 1.86 1.13 6.78 -
YUV 26.29 155.49 126.37 -
System Red Green Blue C M Y K H S L
Decimal 24 18 75 0.68 0.76 0 0.71 246.32 0.61 0.18
Hex 18 12 4B 44 4C 0 47 F6 3D 12
Octal 30 22 113 104 114 0 107 366 75 22
Binary 11000 10010 1001011 1000100 1001100 0 1000111 11110110 111101 10010

Color Harmonies of #18124B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18124B

Black with #18124B

Text Example


Text Example

White with #18124B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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