Html Css Color HEX #16094D Paua

📋 copy color: '#16094D'

red 22 ◦ green 9 ◦ blue 77

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

Shades of Paua #16094D

Tints of Paua #16094D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.33%

 BLUE value IS 77 (30.47% from 255) = 71.3%

R = 20.37%
G = 8.33%
B = 71.3%

CMYK

 C value IS 0.71

 M value IS 0.88

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#16094D (or 0x16094D) is known color: Paua. HEX triplet: 16, 09 and 4D. RGB value is (22,9,77). Sum of RGB (Red+Green+Blue) = 22+9+77=108 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.37% from 108); Green value is 9 (3.91% from 255 or 8.33% from 108); Blue value is 77 (30.47% from 255 or 71.30% from 108); Max value from RGB is 77 - color contains mainly: blue. Hex color #16094D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16094D is #E9F6B2. Grayscale: #141414. Windows color (decimal): -15333043 or 5048598. OLE color: 5048598.

HSL color Cylindrical-coordinate representation of color #16094D: hue angle of 251.47º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16094D is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 22 9 77 -
CMYK 0.71 0.88 0 0.70
HSL 251.47º 0.79% 0.17% -
HSV(B) 251.47º 0.88% 0.3% -
XYZ 1.77 0.9 7.1 -
YUV 20.64 159.81 128.97 -
System Red Green Blue C M Y K H S L
Decimal 22 9 77 0.71 0.88 0 0.70 251.47 0.79 0.17
Hex 16 9 4D 47 58 0 46 FB 4F 11
Octal 26 11 115 107 130 0 106 373 117 21
Binary 10110 1001 1001101 1000111 1011000 0 1000110 11111011 1001111 10001

Color Harmonies of #16094D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16094D

Black with #16094D

Text Example


Text Example

White with #16094D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16094D; }

 p { color: rgb(22,9,77); }

 H1.HeaderClassName
 {
   color: #16094D;
 }
 .AnyTagClassName
 {
   color: #16094D;
 }
</style>

background-color css

<style>
 a { background-color: #16094D; }

 a { background-color: rgb(22,9,77); }

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

border-color css

<style>
 span { border-color: #16094D; }

 span { border-color: rgb(22,9,77); }

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