#10365a

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

Shades of Regal Blue #10365A

Tints of Regal Blue #10365A

Color information

#10365A (or 0x10365A) is unknown color: approx Regal Blue. HEX triplet: 10, 36 and 5A. RGB value is (16,54,90). Sum of RGB (Red+Green+Blue) = 16+54+90=160 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10% from 160); Green value is 54 (21.48% from 255 or 33.75% from 160); Blue value is 90 (35.55% from 255 or 56.25% from 160); Max value from RGB is 90 - color contains mainly: blue. Hex color #10365A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10365A is #EFC9A5. Grayscale: #2E2E2E. Windows color (decimal): -15714726 or 5912080. OLE color: 5912080.

HSL color Cylindrical-coordinate representation of color #10365A: hue angle of 209.19º 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 #10365A is Cyan = 0.82, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB165490-
CMYK0.820.4000.65
HSL209.19º69.81%20.78%-
HSV(B)209.19º82.22%35.29%-
XYZ3.383.4910.17-
YUV46.74152.41106.07-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10%
GREEN value IS 54 (21.48% from 255) = 33.75%
BLUE value IS 90 (35.55% from 255) = 56.25%
R=10%
G=33.75%
B=56.25%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1654900.820.4000.65209.1969.8120.78
Hex10365A5228041d14615
Octal206613212250010132110625
Binary10000110110101101010100101010000100000111010001100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10365a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10365a; }

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

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

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

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

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

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

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

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