Html Css Color HEX #18194F Paua

📋 copy color: '#18194F'

red 24 ◦ green 25 ◦ blue 79

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

Shades of Paua #18194F

Tints of Paua #18194F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 19.53%

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

R = 18.75%
G = 19.53%
B = 61.72%

CMYK

 C value IS 0.70

 M value IS 0.68

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#18194F (or 0x18194F) is known color: Paua. HEX triplet: 18, 19 and 4F. RGB value is (24,25,79). Sum of RGB (Red+Green+Blue) = 24+25+79=128 (16% of max value = 765). Red value is 24 (9.77% from 255 or 18.75% from 128); Green value is 25 (10.16% from 255 or 19.53% from 128); Blue value is 79 (31.25% from 255 or 61.72% from 128); Max value from RGB is 79 - color contains mainly: blue. Hex color #18194F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18194F is #E7E6B0. Grayscale: #1E1E1E. Windows color (decimal): -15197873 or 5183768. OLE color: 5183768.

HSL color Cylindrical-coordinate representation of color #18194F: hue angle of 238.91º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #18194F is Cyan = 0.70, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 24 25 79 -
CMYK 0.70 0.68 0 0.69
HSL 238.91º 0.53% 0.2% -
HSV(B) 238.91º 0.7% 0.31% -
XYZ 2.14 1.45 7.57 -
YUV 30.86 155.17 123.11 -
System Red Green Blue C M Y K H S L
Decimal 24 25 79 0.70 0.68 0 0.69 238.91 0.53 0.2
Hex 18 19 4F 46 44 0 45 EF 35 14
Octal 30 31 117 106 104 0 105 357 65 24
Binary 11000 11001 1001111 1000110 1000100 0 1000101 11101111 110101 10100

Color Harmonies of #18194F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18194F

Black with #18194F

Text Example


Text Example

White with #18194F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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