#17426A

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

Shades of Regal Blue #17426A

Tints of Regal Blue #17426A

Color information

#17426A (or 0x17426A) is unknown color: approx Regal Blue. HEX triplet: 17, 42 and 6A. RGB value is (23,66,106). Sum of RGB (Red+Green+Blue) = 23+66+106=195 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.79% from 195); Green value is 66 (26.17% from 255 or 33.85% from 195); Blue value is 106 (41.80% from 255 or 54.36% from 195); Max value from RGB is 106 - color contains mainly: blue. Hex color #17426A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17426A is #E8BD95. Grayscale: #393939. Windows color (decimal): -15252886 or 6963735. OLE color: 6963735.

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

Color convert

RGB2366106-
CMYK0.780.3800.58
HSL208.92º64.34%25.29%-
HSV(B)208.92º78.3%41.57%-
XYZ4.95.1214.37-
YUV57.7155.25103.25-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.79%
GREEN value IS 66 (26.17% from 255) = 33.85%
BLUE value IS 106 (41.80% from 255) = 54.36%
R=11.79%
G=33.85%
B=54.36%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal23661060.780.3800.58208.9264.3425.29
Hex17426A4E2603Ad14019
Octal271021521164607232110031
Binary10111100001011010101001110100110011101011010001100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17426A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17426A; }

 p { color: rgb(23,66,106); }

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

<style>
 a { background-color: #17426A; }

 a { background-color: rgb(23,66,106); }

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

<style>
 span { border-color: #17426A; }

 span { border-color: rgb(23,66,106); }

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