Html Css Color HEX #18194E Paua

📋 copy color: '#18194E'

red 24 ◦ green 25 ◦ blue 78

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

Shades of Paua #18194E

Tints of Paua #18194E

RGB

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

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

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

R = 18.9%
G = 19.69%
B = 61.42%

CMYK

 C value IS 0.69

 M value IS 0.68

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#18194E (or 0x18194E) is known color: Paua. HEX triplet: 18, 19 and 4E. RGB value is (24,25,78). Sum of RGB (Red+Green+Blue) = 24+25+78=127 (16% of max value = 765). Red value is 24 (9.77% from 255 or 18.90% from 127); Green value is 25 (10.16% from 255 or 19.69% from 127); Blue value is 78 (30.86% from 255 or 61.42% from 127); Max value from RGB is 78 - color contains mainly: blue. Hex color #18194E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18194E is #E7E6B1. Grayscale: #1E1E1E. Windows color (decimal): -15197874 or 5118232. OLE color: 5118232.

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

Color convert

RGB 24 25 78 -
CMYK 0.69 0.68 0 0.69
HSL 238.89º 0.53% 0.2% -
HSV(B) 238.89º 0.69% 0.31% -
XYZ 2.1 1.44 7.37 -
YUV 30.74 154.67 123.19 -
System Red Green Blue C M Y K H S L
Decimal 24 25 78 0.69 0.68 0 0.69 238.89 0.53 0.2
Hex 18 19 4E 45 44 0 45 EF 35 14
Octal 30 31 116 105 104 0 105 357 65 24
Binary 11000 11001 1001110 1000101 1000100 0 1000101 11101111 110101 10100

Color Harmonies of #18194E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18194E

Black with #18194E

Text Example


Text Example

White with #18194E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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