Html Css Color HEX #16194E Paua

📋 copy color: '#16194E'

red 22 ◦ green 25 ◦ blue 78

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

Shades of Paua #16194E

Tints of Paua #16194E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 20%

 BLUE value IS 78 (30.86% from 255) = 62.4%

R = 17.6%
G = 20%
B = 62.4%

CMYK

 C value IS 0.72

 M value IS 0.68

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#16194E (or 0x16194E) is known color: Paua. HEX triplet: 16, 19 and 4E. RGB value is (22,25,78). Sum of RGB (Red+Green+Blue) = 22+25+78=125 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.6% from 125); Green value is 25 (10.16% from 255 or 20% from 125); Blue value is 78 (30.86% from 255 or 62.4% from 125); Max value from RGB is 78 - color contains mainly: blue. Hex color #16194E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16194E is #E9E6B1. Grayscale: #1D1D1D. Windows color (decimal): -15328946 or 5118230. OLE color: 5118230.

HSL color Cylindrical-coordinate representation of color #16194E: hue angle of 236.79º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #16194E is Cyan = 0.72, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 22 25 78 -
CMYK 0.72 0.68 0 0.69
HSL 236.79º 0.56% 0.2% -
HSV(B) 236.79º 0.72% 0.31% -
XYZ 2.05 1.42 7.37 -
YUV 30.15 155.01 122.19 -
System Red Green Blue C M Y K H S L
Decimal 22 25 78 0.72 0.68 0 0.69 236.79 0.56 0.2
Hex 16 19 4E 48 44 0 45 ED 38 14
Octal 26 31 116 110 104 0 105 355 70 24
Binary 10110 11001 1001110 1001000 1000100 0 1000101 11101101 111000 10100

Color Harmonies of #16194E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16194E

Black with #16194E

Text Example


Text Example

White with #16194E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16194E; }

 p { color: rgb(22,25,78); }

 H1.HeaderClassName
 {
   color: #16194E;
 }
 .AnyTagClassName
 {
   color: #16194E;
 }
</style>

background-color css

<style>
 a { background-color: #16194E; }

 a { background-color: rgb(22,25,78); }

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

border-color css

<style>
 span { border-color: #16194E; }

 span { border-color: rgb(22,25,78); }

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