Html Css Color HEX #180A53 Paua

📋 copy color: '#180A53'

red 24 ◦ green 10 ◦ blue 83

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

Shades of Paua #180A53

Tints of Paua #180A53

RGB

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

 GREEN value IS 10 (4.3% from 255) = 8.55%

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

R = 20.51%
G = 8.55%
B = 70.94%

CMYK

 C value IS 0.71

 M value IS 0.88

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#180A53 (or 0x180A53) is known color: Paua. HEX triplet: 18, 0A and 53. RGB value is (24,10,83). Sum of RGB (Red+Green+Blue) = 24+10+83=117 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.51% from 117); Green value is 10 (4.30% from 255 or 8.55% from 117); Blue value is 83 (32.81% from 255 or 70.94% from 117); Max value from RGB is 83 - color contains mainly: blue. Hex color #180A53 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180A53 is #E7F5AC. Grayscale: #161616. Windows color (decimal): -15201709 or 5442072. OLE color: 5442072.

HSL color Cylindrical-coordinate representation of color #180A53: hue angle of 251.51º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #180A53 is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 24 10 83 -
CMYK 0.71 0.88 0 0.67
HSL 251.51º 0.78% 0.18% -
HSV(B) 251.51º 0.88% 0.33% -
XYZ 2.05 1.04 8.28 -
YUV 22.51 162.14 129.06 -
System Red Green Blue C M Y K H S L
Decimal 24 10 83 0.71 0.88 0 0.67 251.51 0.78 0.18
Hex 18 A 53 47 58 0 43 FC 4E 12
Octal 30 12 123 107 130 0 103 374 116 22
Binary 11000 1010 1010011 1000111 1011000 0 1000011 11111100 1001110 10010

Color Harmonies of #180A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180A53

Black with #180A53

Text Example


Text Example

White with #180A53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180A53; }

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

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

background-color css

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

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

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

border-color css

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

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

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