Html Css Color HEX #18104D Paua

📋 copy color: '#18104D'

red 24 ◦ green 16 ◦ blue 77

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

Shades of Paua #18104D

Tints of Paua #18104D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 65.81%

R = 20.51%
G = 13.68%
B = 65.81%

CMYK

 C value IS 0.69

 M value IS 0.79

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#18104D (or 0x18104D) is known color: Paua. HEX triplet: 18, 10 and 4D. RGB value is (24,16,77). Sum of RGB (Red+Green+Blue) = 24+16+77=117 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.51% from 117); Green value is 16 (6.64% from 255 or 13.68% from 117); Blue value is 77 (30.47% from 255 or 65.81% from 117); Max value from RGB is 77 - color contains mainly: blue. Hex color #18104D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18104D is #E7EFB2. Grayscale: #191919. Windows color (decimal): -15200179 or 5050392. OLE color: 5050392.

HSL color Cylindrical-coordinate representation of color #18104D: hue angle of 247.87º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #18104D is Cyan = 0.69, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 24 16 77 -
CMYK 0.69 0.79 0 0.70
HSL 247.87º 0.66% 0.18% -
HSV(B) 247.87º 0.79% 0.3% -
XYZ 1.9 1.1 7.13 -
YUV 25.35 157.15 127.04 -
System Red Green Blue C M Y K H S L
Decimal 24 16 77 0.69 0.79 0 0.70 247.87 0.66 0.18
Hex 18 10 4D 45 4F 0 46 F8 42 12
Octal 30 20 115 105 117 0 106 370 102 22
Binary 11000 10000 1001101 1000101 1001111 0 1000110 11111000 1000010 10010

Color Harmonies of #18104D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18104D

Black with #18104D

Text Example


Text Example

White with #18104D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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