Html Css Color HEX #181453 Paua

📋 copy color: '#181453'

red 24 ◦ green 20 ◦ blue 83

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

Shades of Paua #181453

Tints of Paua #181453

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.75%

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

R = 18.9%
G = 15.75%
B = 65.35%

CMYK

 C value IS 0.71

 M value IS 0.76

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#181453 (or 0x181453) is known color: Paua. HEX triplet: 18, 14 and 53. RGB value is (24,20,83). Sum of RGB (Red+Green+Blue) = 24+20+83=127 (16% of max value = 765). Red value is 24 (9.77% from 255 or 18.90% from 127); Green value is 20 (8.20% from 255 or 15.75% from 127); Blue value is 83 (32.81% from 255 or 65.35% from 127); Max value from RGB is 83 - color contains mainly: blue. Hex color #181453 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #181453 is #E7EBAC. Grayscale: #1C1C1C. Windows color (decimal): -15199149 or 5444632. OLE color: 5444632.

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

Color convert

RGB 24 20 83 -
CMYK 0.71 0.76 0 0.67
HSL 243.81º 0.61% 0.2% -
HSV(B) 243.81º 0.76% 0.33% -
XYZ 2.19 1.32 8.32 -
YUV 28.38 158.83 124.88 -
System Red Green Blue C M Y K H S L
Decimal 24 20 83 0.71 0.76 0 0.67 243.81 0.61 0.2
Hex 18 14 53 47 4C 0 43 F4 3D 14
Octal 30 24 123 107 114 0 103 364 75 24
Binary 11000 10100 1010011 1000111 1001100 0 1000011 11110100 111101 10100

Color Harmonies of #181453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181453

Black with #181453

Text Example


Text Example

White with #181453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181453; }

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

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

background-color css

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

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

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

border-color css

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

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

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