Html Css Color HEX #180B52 Paua

📋 copy color: '#180B52'

red 24 ◦ green 11 ◦ blue 82

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

Shades of Paua #180B52

Tints of Paua #180B52

RGB

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

 GREEN value IS 11 (4.69% from 255) = 9.4%

 BLUE value IS 82 (32.42% from 255) = 70.09%

R = 20.51%
G = 9.4%
B = 70.09%

CMYK

 C value IS 0.71

 M value IS 0.87

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#180B52 (or 0x180B52) is known color: Paua. HEX triplet: 18, 0B and 52. RGB value is (24,11,82). Sum of RGB (Red+Green+Blue) = 24+11+82=117 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.51% from 117); Green value is 11 (4.69% from 255 or 9.40% from 117); Blue value is 82 (32.42% from 255 or 70.09% from 117); Max value from RGB is 82 - color contains mainly: blue. Hex color #180B52 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180B52 is #E7F4AD. Grayscale: #161616. Windows color (decimal): -15201454 or 5376792. OLE color: 5376792.

HSL color Cylindrical-coordinate representation of color #180B52: hue angle of 250.99º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #180B52 is Cyan = 0.71, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 24 11 82 -
CMYK 0.71 0.87 0 0.68
HSL 250.99º 0.76% 0.18% -
HSV(B) 250.99º 0.87% 0.32% -
XYZ 2.02 1.04 8.08 -
YUV 22.98 161.31 128.73 -
System Red Green Blue C M Y K H S L
Decimal 24 11 82 0.71 0.87 0 0.68 250.99 0.76 0.18
Hex 18 B 52 47 57 0 44 FB 4C 12
Octal 30 13 122 107 127 0 104 373 114 22
Binary 11000 1011 1010010 1000111 1010111 0 1000100 11111011 1001100 10010

Color Harmonies of #180B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180B52

Black with #180B52

Text Example


Text Example

White with #180B52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,11,82); }

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

background-color css

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

 a { background-color: rgb(24,11,82); }

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

border-color css

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

 span { border-color: rgb(24,11,82); }

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