Html Css Color HEX #18154B Paua

📋 copy color: '#18154B'

red 24 ◦ green 21 ◦ blue 75

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

Shades of Paua #18154B

Tints of Paua #18154B

RGB

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

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

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

R = 20%
G = 17.5%
B = 62.5%

CMYK

 C value IS 0.68

 M value IS 0.72

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#18154B (or 0x18154B) is known color: Paua. HEX triplet: 18, 15 and 4B. RGB value is (24,21,75). Sum of RGB (Red+Green+Blue) = 24+21+75=120 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20% from 120); Green value is 21 (8.59% from 255 or 17.5% from 120); Blue value is 75 (29.69% from 255 or 62.5% from 120); Max value from RGB is 75 - color contains mainly: blue. Hex color #18154B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18154B is #E7EAB4. Grayscale: #1B1B1B. Windows color (decimal): -15198901 or 4920600. OLE color: 4920600.

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

Color convert

RGB 24 21 75 -
CMYK 0.68 0.72 0 0.71
HSL 243.33º 0.56% 0.19% -
HSV(B) 243.33º 0.72% 0.29% -
XYZ 1.91 1.24 6.79 -
YUV 28.05 154.49 125.11 -
System Red Green Blue C M Y K H S L
Decimal 24 21 75 0.68 0.72 0 0.71 243.33 0.56 0.19
Hex 18 15 4B 44 48 0 47 F3 38 13
Octal 30 25 113 104 110 0 107 363 70 23
Binary 11000 10101 1001011 1000100 1001000 0 1000111 11110011 111000 10011

Color Harmonies of #18154B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18154B

Black with #18154B

Text Example


Text Example

White with #18154B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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