#10395A

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

Shades of Regal Blue #10395A

Tints of Regal Blue #10395A

Color information

#10395A (or 0x10395A) is unknown color: approx Regal Blue. HEX triplet: 10, 39 and 5A. RGB value is (16,57,90). Sum of RGB (Red+Green+Blue) = 16+57+90=163 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.82% from 163); Green value is 57 (22.66% from 255 or 34.97% from 163); Blue value is 90 (35.55% from 255 or 55.21% from 163); Max value from RGB is 90 - color contains mainly: blue. Hex color #10395A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10395A is #EFC6A5. Grayscale: #303030. Windows color (decimal): -15713958 or 5912848. OLE color: 5912848.

HSL color Cylindrical-coordinate representation of color #10395A: hue angle of 206.76º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #10395A is Cyan = 0.82, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB165790-
CMYK0.820.3700.65
HSL206.76º69.81%20.78%-
HSV(B)206.76º82.22%35.29%-
XYZ3.523.7710.22-
YUV48.5151.42104.82-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.82%
GREEN value IS 57 (22.66% from 255) = 34.97%
BLUE value IS 90 (35.55% from 255) = 55.21%
R=9.82%
G=34.97%
B=55.21%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1657900.820.3700.65206.7669.8120.78
Hex10395A5225041cf4615
Octal207113212245010131710625
Binary10000111001101101010100101001010100000111001111100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10395A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,57,90); }

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

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

 a { background-color: rgb(16,57,90); }

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

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

 span { border-color: rgb(16,57,90); }

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