Html Css Color HEX #180F44 Paua

📋 copy color: '#180F44'

red 24 ◦ green 15 ◦ blue 68

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

Shades of Paua #180F44

Tints of Paua #180F44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 63.55%

R = 22.43%
G = 14.02%
B = 63.55%

CMYK

 C value IS 0.65

 M value IS 0.78

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#180F44 (or 0x180F44) is known color: Paua. HEX triplet: 18, 0F and 44. RGB value is (24,15,68). Sum of RGB (Red+Green+Blue) = 24+15+68=107 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.43% from 107); Green value is 15 (6.25% from 255 or 14.02% from 107); Blue value is 68 (26.95% from 255 or 63.55% from 107); Max value from RGB is 68 - color contains mainly: blue. Hex color #180F44 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180F44 is #E7F0BB. Grayscale: #171717. Windows color (decimal): -15200444 or 4460312. OLE color: 4460312.

HSL color Cylindrical-coordinate representation of color #180F44: hue angle of 250.19º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #180F44 is Cyan = 0.65, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 24 15 68 -
CMYK 0.65 0.78 0 0.73
HSL 250.19º 0.64% 0.16% -
HSV(B) 250.19º 0.78% 0.27% -
XYZ 1.59 0.95 5.57 -
YUV 23.73 152.98 128.19 -
System Red Green Blue C M Y K H S L
Decimal 24 15 68 0.65 0.78 0 0.73 250.19 0.64 0.16
Hex 18 F 44 41 4E 0 49 FA 40 10
Octal 30 17 104 101 116 0 111 372 100 20
Binary 11000 1111 1000100 1000001 1001110 0 1001001 11111010 1000000 10000

Color Harmonies of #180F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180F44

Black with #180F44

Text Example


Text Example

White with #180F44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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