Html Css Color HEX #18104B Paua

📋 copy color: '#18104B'

red 24 ◦ green 16 ◦ blue 75

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

Shades of Paua #18104B

Tints of Paua #18104B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.91%

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

R = 20.87%
G = 13.91%
B = 65.22%

CMYK

 C value IS 0.68

 M value IS 0.79

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#18104B (or 0x18104B) is known color: Paua. HEX triplet: 18, 10 and 4B. RGB value is (24,16,75). Sum of RGB (Red+Green+Blue) = 24+16+75=115 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.87% from 115); Green value is 16 (6.64% from 255 or 13.91% from 115); Blue value is 75 (29.69% from 255 or 65.22% from 115); Max value from RGB is 75 - color contains mainly: blue. Hex color #18104B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18104B is #E7EFB4. Grayscale: #181818. Windows color (decimal): -15200181 or 4919320. OLE color: 4919320.

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

Color convert

RGB 24 16 75 -
CMYK 0.68 0.79 0 0.71
HSL 248.14º 0.65% 0.18% -
HSV(B) 248.14º 0.79% 0.29% -
XYZ 1.83 1.07 6.77 -
YUV 25.12 156.15 127.2 -
System Red Green Blue C M Y K H S L
Decimal 24 16 75 0.68 0.79 0 0.71 248.14 0.65 0.18
Hex 18 10 4B 44 4F 0 47 F8 41 12
Octal 30 20 113 104 117 0 107 370 101 22
Binary 11000 10000 1001011 1000100 1001111 0 1000111 11111000 1000001 10010

Color Harmonies of #18104B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18104B

Black with #18104B

Text Example


Text Example

White with #18104B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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