Html Css Color HEX #180F51 Paua

📋 copy color: '#180F51'

red 24 ◦ green 15 ◦ blue 81

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

Shades of Paua #180F51

Tints of Paua #180F51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 67.5%

R = 20%
G = 12.5%
B = 67.5%

CMYK

 C value IS 0.70

 M value IS 0.81

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#180F51 (or 0x180F51) is known color: Paua. HEX triplet: 18, 0F and 51. RGB value is (24,15,81). Sum of RGB (Red+Green+Blue) = 24+15+81=120 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20% from 120); Green value is 15 (6.25% from 255 or 12.5% from 120); Blue value is 81 (32.03% from 255 or 67.5% from 120); Max value from RGB is 81 - color contains mainly: blue. Hex color #180F51 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180F51 is #E7F0AE. Grayscale: #181818. Windows color (decimal): -15200431 or 5312280. OLE color: 5312280.

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

Color convert

RGB 24 15 81 -
CMYK 0.70 0.81 0 0.68
HSL 248.18º 0.69% 0.19% -
HSV(B) 248.18º 0.81% 0.32% -
XYZ 2.03 1.13 7.9 -
YUV 25.22 159.48 127.13 -
System Red Green Blue C M Y K H S L
Decimal 24 15 81 0.70 0.81 0 0.68 248.18 0.69 0.19
Hex 18 F 51 46 51 0 44 F8 45 13
Octal 30 17 121 106 121 0 104 370 105 23
Binary 11000 1111 1010001 1000110 1010001 0 1000100 11111000 1000101 10011

Color Harmonies of #180F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180F51

Black with #180F51

Text Example


Text Example

White with #180F51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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