Html Css Color HEX #181245 Paua

📋 copy color: '#181245'

red 24 ◦ green 18 ◦ blue 69

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

Shades of Paua #181245

Tints of Paua #181245

RGB

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

 GREEN value IS 18 (7.42% from 255) = 16.22%

 BLUE value IS 69 (27.34% from 255) = 62.16%

R = 21.62%
G = 16.22%
B = 62.16%

CMYK

 C value IS 0.65

 M value IS 0.74

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#181245 (or 0x181245) is known color: Paua. HEX triplet: 18, 12 and 45. RGB value is (24,18,69). Sum of RGB (Red+Green+Blue) = 24+18+69=111 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.62% from 111); Green value is 18 (7.42% from 255 or 16.22% from 111); Blue value is 69 (27.34% from 255 or 62.16% from 111); Max value from RGB is 69 - color contains mainly: blue. Hex color #181245 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181245 is #E7EDBA. Grayscale: #191919. Windows color (decimal): -15199675 or 4526616. OLE color: 4526616.

HSL color Cylindrical-coordinate representation of color #181245: hue angle of 247.06º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #181245 is Cyan = 0.65, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 24 18 69 -
CMYK 0.65 0.74 0 0.73
HSL 247.06º 0.59% 0.17% -
HSV(B) 247.06º 0.74% 0.27% -
XYZ 1.67 1.06 5.75 -
YUV 25.61 152.49 126.85 -
System Red Green Blue C M Y K H S L
Decimal 24 18 69 0.65 0.74 0 0.73 247.06 0.59 0.17
Hex 18 12 45 41 4A 0 49 F7 3B 11
Octal 30 22 105 101 112 0 111 367 73 21
Binary 11000 10010 1000101 1000001 1001010 0 1001001 11110111 111011 10001

Color Harmonies of #181245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181245

Black with #181245

Text Example


Text Example

White with #181245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181245; }

 p { color: rgb(24,18,69); }

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

background-color css

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

 a { background-color: rgb(24,18,69); }

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

border-color css

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

 span { border-color: rgb(24,18,69); }

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