Html Css Color HEX #16154B Paua

📋 copy color: '#16154B'

red 22 ◦ green 21 ◦ blue 75

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

Shades of Paua #16154B

Tints of Paua #16154B

RGB

 RED value IS 22 (8.98% from 255) = 18.64%

 GREEN value IS 21 (8.59% from 255) = 17.8%

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

R = 18.64%
G = 17.8%
B = 63.56%

CMYK

 C value IS 0.71

 M value IS 0.72

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#16154B (or 0x16154B) is known color: Paua. HEX triplet: 16, 15 and 4B. RGB value is (22,21,75). Sum of RGB (Red+Green+Blue) = 22+21+75=118 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.64% from 118); Green value is 21 (8.59% from 255 or 17.80% from 118); Blue value is 75 (29.69% from 255 or 63.56% from 118); Max value from RGB is 75 - color contains mainly: blue. Hex color #16154B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16154B is #E9EAB4. Grayscale: #1B1B1B. Windows color (decimal): -15329973 or 4920598. OLE color: 4920598.

HSL color Cylindrical-coordinate representation of color #16154B: hue angle of 241.11º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #16154B is Cyan = 0.71, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 22 21 75 -
CMYK 0.71 0.72 0 0.71
HSL 241.11º 0.56% 0.19% -
HSV(B) 241.11º 0.72% 0.29% -
XYZ 1.87 1.21 6.79 -
YUV 27.46 154.83 124.11 -
System Red Green Blue C M Y K H S L
Decimal 22 21 75 0.71 0.72 0 0.71 241.11 0.56 0.19
Hex 16 15 4B 47 48 0 47 F1 38 13
Octal 26 25 113 107 110 0 107 361 70 23
Binary 10110 10101 1001011 1000111 1001000 0 1000111 11110001 111000 10011

Color Harmonies of #16154B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16154B

Black with #16154B

Text Example


Text Example

White with #16154B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16154B; }

 p { color: rgb(22,21,75); }

 H1.HeaderClassName
 {
   color: #16154B;
 }
 .AnyTagClassName
 {
   color: #16154B;
 }
</style>

background-color css

<style>
 a { background-color: #16154B; }

 a { background-color: rgb(22,21,75); }

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

border-color css

<style>
 span { border-color: #16154B; }

 span { border-color: rgb(22,21,75); }

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