Html Css Color HEX #18094F Paua

📋 copy color: '#18094F'

red 24 ◦ green 9 ◦ blue 79

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

Shades of Paua #18094F

Tints of Paua #18094F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.04%

 BLUE value IS 79 (31.25% from 255) = 70.54%

R = 21.43%
G = 8.04%
B = 70.54%

CMYK

 C value IS 0.70

 M value IS 0.89

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#18094F (or 0x18094F) is known color: Paua. HEX triplet: 18, 09 and 4F. RGB value is (24,9,79). Sum of RGB (Red+Green+Blue) = 24+9+79=112 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.43% from 112); Green value is 9 (3.91% from 255 or 8.04% from 112); Blue value is 79 (31.25% from 255 or 70.54% from 112); Max value from RGB is 79 - color contains mainly: blue. Hex color #18094F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18094F is #E7F6B0. Grayscale: #151515. Windows color (decimal): -15201969 or 5179672. OLE color: 5179672.

HSL color Cylindrical-coordinate representation of color #18094F: hue angle of 252.86º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18094F is Cyan = 0.70, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 24 9 79 -
CMYK 0.70 0.89 0 0.69
HSL 252.86º 0.8% 0.17% -
HSV(B) 252.86º 0.89% 0.31% -
XYZ 1.89 0.95 7.48 -
YUV 21.47 160.47 129.81 -
System Red Green Blue C M Y K H S L
Decimal 24 9 79 0.70 0.89 0 0.69 252.86 0.8 0.17
Hex 18 9 4F 46 59 0 45 FD 50 11
Octal 30 11 117 106 131 0 105 375 120 21
Binary 11000 1001 1001111 1000110 1011001 0 1000101 11111101 1010000 10001

Color Harmonies of #18094F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18094F

Black with #18094F

Text Example


Text Example

White with #18094F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18094F; }

 p { color: rgb(24,9,79); }

 H1.HeaderClassName
 {
   color: #18094F;
 }
 .AnyTagClassName
 {
   color: #18094F;
 }
</style>

background-color css

<style>
 a { background-color: #18094F; }

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

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

border-color css

<style>
 span { border-color: #18094F; }

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

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