Html Css Color HEX #180F56 Paua

📋 copy color: '#180F56'

red 24 ◦ green 15 ◦ blue 86

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

Shades of Paua #180F56

Tints of Paua #180F56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 68.8%

R = 19.2%
G = 12%
B = 68.8%

CMYK

 C value IS 0.72

 M value IS 0.83

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#180F56 (or 0x180F56) is known color: Paua. HEX triplet: 18, 0F and 56. RGB value is (24,15,86). Sum of RGB (Red+Green+Blue) = 24+15+86=125 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.2% from 125); Green value is 15 (6.25% from 255 or 12% from 125); Blue value is 86 (33.98% from 255 or 68.8% from 125); Max value from RGB is 86 - color contains mainly: blue. Hex color #180F56 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180F56 is #E7F0A9. Grayscale: #191919. Windows color (decimal): -15200426 or 5639960. OLE color: 5639960.

HSL color Cylindrical-coordinate representation of color #180F56: hue angle of 247.61º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #180F56 is Cyan = 0.72, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 24 15 86 -
CMYK 0.72 0.83 0 0.66
HSL 247.61º 0.7% 0.2% -
HSV(B) 247.61º 0.83% 0.34% -
XYZ 2.23 1.21 8.92 -
YUV 25.79 161.98 126.73 -
System Red Green Blue C M Y K H S L
Decimal 24 15 86 0.72 0.83 0 0.66 247.61 0.7 0.2
Hex 18 F 56 48 53 0 42 F8 46 14
Octal 30 17 126 110 123 0 102 370 106 24
Binary 11000 1111 1010110 1001000 1010011 0 1000010 11111000 1000110 10100

Color Harmonies of #180F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180F56

Black with #180F56

Text Example


Text Example

White with #180F56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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