#103858

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

Shades of Regal Blue #103858

Tints of Regal Blue #103858

Color information

#103858 (or 0x103858) is unknown color: approx Regal Blue. HEX triplet: 10, 38 and 58. RGB value is (16,56,88). Sum of RGB (Red+Green+Blue) = 16+56+88=160 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10% from 160); Green value is 56 (22.27% from 255 or 35% from 160); Blue value is 88 (34.77% from 255 or 55% from 160); Max value from RGB is 88 - color contains mainly: blue. Hex color #103858 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103858 is #EFC7A7. Grayscale: #2F2F2F. Windows color (decimal): -15714216 or 5781520. OLE color: 5781520.

HSL color Cylindrical-coordinate representation of color #103858: hue angle of 206.67º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #103858 is Cyan = 0.82, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB165688-
CMYK0.820.3600.65
HSL206.67º69.23%20.39%-
HSV(B)206.67º81.82%34.51%-
XYZ3.393.649.76-
YUV47.69150.75105.4-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10%
GREEN value IS 56 (22.27% from 255) = 35%
BLUE value IS 88 (34.77% from 255) = 55%
R=10%
G=35%
B=55%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1656880.820.3600.65206.6769.2320.39
Hex1038585224041cf4514
Octal207013012244010131710524
Binary10000111000101100010100101001000100000111001111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103858; }

 p { color: rgb(16,56,88); }

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

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

 a { background-color: rgb(16,56,88); }

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

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

 span { border-color: rgb(16,56,88); }

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