Html Css Color HEX #181353 Paua

📋 copy color: '#181353'

red 24 ◦ green 19 ◦ blue 83

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

Shades of Paua #181353

Tints of Paua #181353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 65.87%

R = 19.05%
G = 15.08%
B = 65.87%

CMYK

 C value IS 0.71

 M value IS 0.77

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#181353 (or 0x181353) is known color: Paua. HEX triplet: 18, 13 and 53. RGB value is (24,19,83). Sum of RGB (Red+Green+Blue) = 24+19+83=126 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.05% from 126); Green value is 19 (7.81% from 255 or 15.08% from 126); Blue value is 83 (32.81% from 255 or 65.87% from 126); Max value from RGB is 83 - color contains mainly: blue. Hex color #181353 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #181353 is #E7ECAC. Grayscale: #1B1B1B. Windows color (decimal): -15199405 or 5444376. OLE color: 5444376.

HSL color Cylindrical-coordinate representation of color #181353: hue angle of 244.69º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #181353 is Cyan = 0.71, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 24 19 83 -
CMYK 0.71 0.77 0 0.67
HSL 244.69º 0.63% 0.2% -
HSV(B) 244.69º 0.77% 0.33% -
XYZ 2.17 1.28 8.32 -
YUV 27.79 159.16 125.3 -
System Red Green Blue C M Y K H S L
Decimal 24 19 83 0.71 0.77 0 0.67 244.69 0.63 0.2
Hex 18 13 53 47 4D 0 43 F5 3F 14
Octal 30 23 123 107 115 0 103 365 77 24
Binary 11000 10011 1010011 1000111 1001101 0 1000011 11110101 111111 10100

Color Harmonies of #181353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181353

Black with #181353

Text Example


Text Example

White with #181353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181353; }

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

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

background-color css

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

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

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

border-color css

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

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

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