Html Css Color HEX #180F52 Paua

📋 copy color: '#180F52'

red 24 ◦ green 15 ◦ blue 82

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

Shades of Paua #180F52

Tints of Paua #180F52

RGB

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

 GREEN value IS 15 (6.25% from 255) = 12.4%

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

R = 19.83%
G = 12.4%
B = 67.77%

CMYK

 C value IS 0.71

 M value IS 0.82

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#180F52 (or 0x180F52) is known color: Paua. HEX triplet: 18, 0F and 52. RGB value is (24,15,82). Sum of RGB (Red+Green+Blue) = 24+15+82=121 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.83% from 121); Green value is 15 (6.25% from 255 or 12.40% from 121); Blue value is 82 (32.42% from 255 or 67.77% from 121); Max value from RGB is 82 - color contains mainly: blue. Hex color #180F52 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180F52 is #E7F0AD. Grayscale: #191919. Windows color (decimal): -15200430 or 5377816. OLE color: 5377816.

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

Color convert

RGB 24 15 82 -
CMYK 0.71 0.82 0 0.68
HSL 248.06º 0.69% 0.19% -
HSV(B) 248.06º 0.82% 0.32% -
XYZ 2.07 1.15 8.09 -
YUV 25.33 159.98 127.05 -
System Red Green Blue C M Y K H S L
Decimal 24 15 82 0.71 0.82 0 0.68 248.06 0.69 0.19
Hex 18 F 52 47 52 0 44 F8 45 13
Octal 30 17 122 107 122 0 104 370 105 23
Binary 11000 1111 1010010 1000111 1010010 0 1000100 11111000 1000101 10011

Color Harmonies of #180F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180F52

Black with #180F52

Text Example


Text Example

White with #180F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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