#16426B

Color #16426B Regal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regal Blue #16426B

Tints of Regal Blue #16426B

Color information

#16426B (or 0x16426B) is unknown color: approx Regal Blue. HEX triplet: 16, 42 and 6B. RGB value is (22,66,107). Sum of RGB (Red+Green+Blue) = 22+66+107=195 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.28% from 195); Green value is 66 (26.17% from 255 or 33.85% from 195); Blue value is 107 (42.19% from 255 or 54.87% from 195); Max value from RGB is 107 - color contains mainly: blue. Hex color #16426B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16426B is #E9BD94. Grayscale: #393939. Windows color (decimal): -15318421 or 7029270. OLE color: 7029270.

HSL color Cylindrical-coordinate representation of color #16426B: hue angle of 208.94º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #16426B is Cyan = 0.79, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2266107-
CMYK0.790.3800.58
HSL208.94º65.89%25.29%-
HSV(B)208.94º79.44%41.96%-
XYZ4.935.1314.64-
YUV57.52155.92102.67-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.28%
GREEN value IS 66 (26.17% from 255) = 33.85%
BLUE value IS 107 (42.19% from 255) = 54.87%
R=11.28%
G=33.85%
B=54.87%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal22661070.790.3800.58208.9465.8925.29
Hex16426B4F2603Ad14219
Octal261021531174607232110231
Binary10110100001011010111001111100110011101011010001100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16426B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,66,107); }

 H1.HeaderClassName
 {
   color: #16426B;
 }
 .AnyTagClassName
 {
   color: #16426B;
 }
</style>
background-color css

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

 a { background-color: rgb(22,66,107); }

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

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

 span { border-color: rgb(22,66,107); }

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