Html Css Color HEX #181350 Paua

📋 copy color: '#181350'

red 24 ◦ green 19 ◦ blue 80

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

Shades of Paua #181350

Tints of Paua #181350

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.45%

 BLUE value IS 80 (31.64% from 255) = 65.04%

R = 19.51%
G = 15.45%
B = 65.04%

CMYK

 C value IS 0.70

 M value IS 0.76

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#181350 (or 0x181350) is known color: Paua. HEX triplet: 18, 13 and 50. RGB value is (24,19,80). Sum of RGB (Red+Green+Blue) = 24+19+80=123 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.51% from 123); Green value is 19 (7.81% from 255 or 15.45% from 123); Blue value is 80 (31.64% from 255 or 65.04% from 123); Max value from RGB is 80 - color contains mainly: blue. Hex color #181350 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #181350 is #E7ECAF. Grayscale: #1B1B1B. Windows color (decimal): -15199408 or 5247768. OLE color: 5247768.

HSL color Cylindrical-coordinate representation of color #181350: hue angle of 244.92º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #181350 is Cyan = 0.70, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 24 19 80 -
CMYK 0.70 0.76 0 0.69
HSL 244.92º 0.62% 0.19% -
HSV(B) 244.92º 0.76% 0.31% -
XYZ 2.06 1.24 7.72 -
YUV 27.45 157.66 125.54 -
System Red Green Blue C M Y K H S L
Decimal 24 19 80 0.70 0.76 0 0.69 244.92 0.62 0.19
Hex 18 13 50 46 4C 0 45 F5 3E 13
Octal 30 23 120 106 114 0 105 365 76 23
Binary 11000 10011 1010000 1000110 1001100 0 1000101 11110101 111110 10011

Color Harmonies of #181350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181350

Black with #181350

Text Example


Text Example

White with #181350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181350; }

 p { color: rgb(24,19,80); }

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

background-color css

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

 a { background-color: rgb(24,19,80); }

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

border-color css

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

 span { border-color: rgb(24,19,80); }

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