Html Css Color HEX #18104E Paua

📋 copy color: '#18104E'

red 24 ◦ green 16 ◦ blue 78

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

Shades of Paua #18104E

Tints of Paua #18104E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 66.1%

R = 20.34%
G = 13.56%
B = 66.1%

CMYK

 C value IS 0.69

 M value IS 0.79

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#18104E (or 0x18104E) is known color: Paua. HEX triplet: 18, 10 and 4E. RGB value is (24,16,78). Sum of RGB (Red+Green+Blue) = 24+16+78=118 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.34% from 118); Green value is 16 (6.64% from 255 or 13.56% from 118); Blue value is 78 (30.86% from 255 or 66.10% from 118); Max value from RGB is 78 - color contains mainly: blue. Hex color #18104E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18104E is #E7EFB1. Grayscale: #191919. Windows color (decimal): -15200178 or 5115928. OLE color: 5115928.

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

Color convert

RGB 24 16 78 -
CMYK 0.69 0.79 0 0.69
HSL 247.74º 0.66% 0.18% -
HSV(B) 247.74º 0.79% 0.31% -
XYZ 1.94 1.11 7.32 -
YUV 25.46 157.65 126.96 -
System Red Green Blue C M Y K H S L
Decimal 24 16 78 0.69 0.79 0 0.69 247.74 0.66 0.18
Hex 18 10 4E 45 4F 0 45 F8 42 12
Octal 30 20 116 105 117 0 105 370 102 22
Binary 11000 10000 1001110 1000101 1001111 0 1000101 11111000 1000010 10010

Color Harmonies of #18104E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18104E

Black with #18104E

Text Example


Text Example

White with #18104E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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