Html Css Color HEX #180752 Paua

📋 copy color: '#180752'

red 24 ◦ green 7 ◦ blue 82

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

Shades of Paua #180752

Tints of Paua #180752

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.19%

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

R = 21.24%
G = 6.19%
B = 72.57%

CMYK

 C value IS 0.71

 M value IS 0.91

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#180752 (or 0x180752) is known color: Paua. HEX triplet: 18, 07 and 52. RGB value is (24,7,82). Sum of RGB (Red+Green+Blue) = 24+7+82=113 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.24% from 113); Green value is 7 (3.12% from 255 or 6.19% from 113); Blue value is 82 (32.42% from 255 or 72.57% from 113); Max value from RGB is 82 - color contains mainly: blue. Hex color #180752 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180752 is #E7F8AD. Grayscale: #141414. Windows color (decimal): -15202478 or 5375768. OLE color: 5375768.

HSL color Cylindrical-coordinate representation of color #180752: hue angle of 253.6º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #180752 is Cyan = 0.71, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 24 7 82 -
CMYK 0.71 0.91 0 0.68
HSL 253.6º 0.84% 0.17% -
HSV(B) 253.6º 0.91% 0.32% -
XYZ 1.98 0.96 8.06 -
YUV 20.63 162.63 130.4 -
System Red Green Blue C M Y K H S L
Decimal 24 7 82 0.71 0.91 0 0.68 253.6 0.84 0.17
Hex 18 7 52 47 5B 0 44 FE 54 11
Octal 30 7 122 107 133 0 104 376 124 21
Binary 11000 111 1010010 1000111 1011011 0 1000100 11111110 1010100 10001

Color Harmonies of #180752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180752

Black with #180752

Text Example


Text Example

White with #180752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180752; }

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

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

background-color css

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

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

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

border-color css

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

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

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