Html Css Color HEX #180E4B Paua

📋 copy color: '#180E4B'

red 24 ◦ green 14 ◦ blue 75

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

Shades of Paua #180E4B

Tints of Paua #180E4B

RGB

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

 GREEN value IS 14 (5.86% from 255) = 12.39%

 BLUE value IS 75 (29.69% from 255) = 66.37%

R = 21.24%
G = 12.39%
B = 66.37%

CMYK

 C value IS 0.68

 M value IS 0.81

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#180E4B (or 0x180E4B) is known color: Paua. HEX triplet: 18, 0E and 4B. RGB value is (24,14,75). Sum of RGB (Red+Green+Blue) = 24+14+75=113 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.24% from 113); Green value is 14 (5.86% from 255 or 12.39% from 113); Blue value is 75 (29.69% from 255 or 66.37% from 113); Max value from RGB is 75 - color contains mainly: blue. Hex color #180E4B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180E4B is #E7F1B4. Grayscale: #171717. Windows color (decimal): -15200693 or 4918808. OLE color: 4918808.

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

Color convert

RGB 24 14 75 -
CMYK 0.68 0.81 0 0.71
HSL 249.84º 0.69% 0.17% -
HSV(B) 249.84º 0.81% 0.29% -
XYZ 1.8 1.02 6.76 -
YUV 23.94 156.81 128.04 -
System Red Green Blue C M Y K H S L
Decimal 24 14 75 0.68 0.81 0 0.71 249.84 0.69 0.17
Hex 18 E 4B 44 51 0 47 FA 45 11
Octal 30 16 113 104 121 0 107 372 105 21
Binary 11000 1110 1001011 1000100 1010001 0 1000111 11111010 1000101 10001

Color Harmonies of #180E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180E4B

Black with #180E4B

Text Example


Text Example

White with #180E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,14,75); }

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

background-color css

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

 a { background-color: rgb(24,14,75); }

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

border-color css

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

 span { border-color: rgb(24,14,75); }

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