#10375B

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

Shades of Regal Blue #10375B

Tints of Regal Blue #10375B

Color information

#10375B (or 0x10375B) is unknown color: approx Regal Blue. HEX triplet: 10, 37 and 5B. RGB value is (16,55,91). Sum of RGB (Red+Green+Blue) = 16+55+91=162 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.88% from 162); Green value is 55 (21.88% from 255 or 33.95% from 162); Blue value is 91 (35.94% from 255 or 56.17% from 162); Max value from RGB is 91 - color contains mainly: blue. Hex color #10375B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10375B is #EFC8A4. Grayscale: #2F2F2F. Windows color (decimal): -15714469 or 5977872. OLE color: 5977872.

HSL color Cylindrical-coordinate representation of color #10375B: hue angle of 208.8º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #10375B is Cyan = 0.82, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB165591-
CMYK0.820.4000.64
HSL208.8º70.09%20.98%-
HSV(B)208.8º82.42%35.69%-
XYZ3.473.610.41-
YUV47.44152.58105.57-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.88%
GREEN value IS 55 (21.88% from 255) = 33.95%
BLUE value IS 91 (35.94% from 255) = 56.17%
R=9.88%
G=33.95%
B=56.17%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1655910.820.4000.64208.870.0920.98
Hex10375B5228040d14615
Octal206713312250010032110625
Binary10000110111101101110100101010000100000011010001100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10375B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10375B; }

 p { color: rgb(16,55,91); }

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

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

 a { background-color: rgb(16,55,91); }

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

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

 span { border-color: rgb(16,55,91); }

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