Html Css Color HEX #181348 Paua

📋 copy color: '#181348'

red 24 ◦ green 19 ◦ blue 72

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

Shades of Paua #181348

Tints of Paua #181348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 62.61%

R = 20.87%
G = 16.52%
B = 62.61%

CMYK

 C value IS 0.67

 M value IS 0.74

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#181348 (or 0x181348) is known color: Paua. HEX triplet: 18, 13 and 48. RGB value is (24,19,72). Sum of RGB (Red+Green+Blue) = 24+19+72=115 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.87% from 115); Green value is 19 (7.81% from 255 or 16.52% from 115); Blue value is 72 (28.52% from 255 or 62.61% from 115); Max value from RGB is 72 - color contains mainly: blue. Hex color #181348 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181348 is #E7ECB7. Grayscale: #1A1A1A. Windows color (decimal): -15199416 or 4723480. OLE color: 4723480.

HSL color Cylindrical-coordinate representation of color #181348: hue angle of 245.66º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #181348 is Cyan = 0.67, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 24 19 72 -
CMYK 0.67 0.74 0 0.72
HSL 245.66º 0.58% 0.18% -
HSV(B) 245.66º 0.74% 0.28% -
XYZ 1.78 1.13 6.25 -
YUV 26.54 153.66 126.19 -
System Red Green Blue C M Y K H S L
Decimal 24 19 72 0.67 0.74 0 0.72 245.66 0.58 0.18
Hex 18 13 48 43 4A 0 48 F6 3A 12
Octal 30 23 110 103 112 0 110 366 72 22
Binary 11000 10011 1001000 1000011 1001010 0 1001000 11110110 111010 10010

Color Harmonies of #181348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181348

Black with #181348

Text Example


Text Example

White with #181348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181348; }

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

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

background-color css

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

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

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

border-color css

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

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

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