#104368

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

Shades of Regal Blue #104368

Tints of Regal Blue #104368

Color information

#104368 (or 0x104368) is unknown color: approx Regal Blue. HEX triplet: 10, 43 and 68. RGB value is (16,67,104). Sum of RGB (Red+Green+Blue) = 16+67+104=187 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.56% from 187); Green value is 67 (26.56% from 255 or 35.83% from 187); Blue value is 104 (41.02% from 255 or 55.61% from 187); Max value from RGB is 104 - color contains mainly: blue. Hex color #104368 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104368 is #EFBC97. Grayscale: #373737. Windows color (decimal): -15711384 or 6832912. OLE color: 6832912.

HSL color Cylindrical-coordinate representation of color #104368: hue angle of 205.23º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #104368 is Cyan = 0.85, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1667104-
CMYK0.850.3600.59
HSL205.23º73.33%23.53%-
HSV(B)205.23º84.62%40.78%-
XYZ4.725.1213.84-
YUV55.97155.199.49-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.56%
GREEN value IS 67 (26.56% from 255) = 35.83%
BLUE value IS 104 (41.02% from 255) = 55.61%
R=8.56%
G=35.83%
B=55.61%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal16671040.850.3600.59205.2373.3323.53
Hex104368552403Bcd4918
Octal201031501254407331511130
Binary10000100001111010001010101100100011101111001101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104368; }

 p { color: rgb(16,67,104); }

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

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

 a { background-color: rgb(16,67,104); }

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

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

 span { border-color: rgb(16,67,104); }

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