Html Css Color HEX #18184B Paua

📋 copy color: '#18184B'

red 24 ◦ green 24 ◦ blue 75

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

Shades of Paua #18184B

Tints of Paua #18184B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 19.51%

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

R = 19.51%
G = 19.51%
B = 60.98%

CMYK

 C value IS 0.68

 M value IS 0.68

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#18184B (or 0x18184B) is known color: Paua. HEX triplet: 18, 18 and 4B. RGB value is (24,24,75). Sum of RGB (Red+Green+Blue) = 24+24+75=123 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.51% from 123); Green value is 24 (9.77% from 255 or 19.51% from 123); Blue value is 75 (29.69% from 255 or 60.98% from 123); Max value from RGB is 75 - color contains mainly: blue. Hex color #18184B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18184B is #E7E7B4. Grayscale: #1D1D1D. Windows color (decimal): -15198133 or 4921368. OLE color: 4921368.

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

Color convert

RGB 24 24 75 -
CMYK 0.68 0.68 0 0.71
HSL 240º 0.52% 0.19% -
HSV(B) 240º 0.68% 0.29% -
XYZ 1.97 1.36 6.81 -
YUV 29.81 153.5 123.85 -
System Red Green Blue C M Y K H S L
Decimal 24 24 75 0.68 0.68 0 0.71 240 0.52 0.19
Hex 18 18 4B 44 44 0 47 F0 34 13
Octal 30 30 113 104 104 0 107 360 64 23
Binary 11000 11000 1001011 1000100 1000100 0 1000111 11110000 110100 10011

Color Harmonies of #18184B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18184B

Black with #18184B

Text Example


Text Example

White with #18184B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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