Html Css Color HEX #180B4B Paua

📋 copy color: '#180B4B'

red 24 ◦ green 11 ◦ blue 75

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

Shades of Paua #180B4B

Tints of Paua #180B4B

RGB

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

 GREEN value IS 11 (4.69% from 255) = 10%

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

R = 21.82%
G = 10%
B = 68.18%

CMYK

 C value IS 0.68

 M value IS 0.85

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#180B4B (or 0x180B4B) is known color: Paua. HEX triplet: 18, 0B and 4B. RGB value is (24,11,75). Sum of RGB (Red+Green+Blue) = 24+11+75=110 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.82% from 110); Green value is 11 (4.69% from 255 or 10% from 110); Blue value is 75 (29.69% from 255 or 68.18% from 110); Max value from RGB is 75 - color contains mainly: blue. Hex color #180B4B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180B4B is #E7F4B4. Grayscale: #151515. Windows color (decimal): -15201461 or 4918040. OLE color: 4918040.

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

Color convert

RGB 24 11 75 -
CMYK 0.68 0.85 0 0.71
HSL 252.19º 0.74% 0.17% -
HSV(B) 252.19º 0.85% 0.29% -
XYZ 1.77 0.94 6.75 -
YUV 22.18 157.81 129.3 -
System Red Green Blue C M Y K H S L
Decimal 24 11 75 0.68 0.85 0 0.71 252.19 0.74 0.17
Hex 18 B 4B 44 55 0 47 FC 4A 11
Octal 30 13 113 104 125 0 107 374 112 21
Binary 11000 1011 1001011 1000100 1010101 0 1000111 11111100 1001010 10001

Color Harmonies of #180B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180B4B

Black with #180B4B

Text Example


Text Example

White with #180B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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