#103852

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

Shades of Regal Blue #103852

Tints of Regal Blue #103852

Color information

#103852 (or 0x103852) is unknown color: approx Regal Blue. HEX triplet: 10, 38 and 52. RGB value is (16,56,82). Sum of RGB (Red+Green+Blue) = 16+56+82=154 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.39% from 154); Green value is 56 (22.27% from 255 or 36.36% from 154); Blue value is 82 (32.42% from 255 or 53.25% from 154); Max value from RGB is 82 - color contains mainly: blue. Hex color #103852 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103852 is #EFC7AD. Grayscale: #2E2E2E. Windows color (decimal): -15714222 or 5388304. OLE color: 5388304.

HSL color Cylindrical-coordinate representation of color #103852: hue angle of 203.64º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #103852 is Cyan = 0.80, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB165682-
CMYK0.800.3200.68
HSL203.64º67.35%19.22%-
HSV(B)203.64º80.49%32.16%-
XYZ3.153.558.5-
YUV47147.75105.89-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.39%
GREEN value IS 56 (22.27% from 255) = 36.36%
BLUE value IS 82 (32.42% from 255) = 53.25%
R=10.39%
G=36.36%
B=53.25%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1656820.800.3200.68203.6467.3519.22
Hex1038525020044cc4313
Octal207012212040010431410323
Binary10000111000101001010100001000000100010011001100100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103852; }

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

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

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

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

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

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

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

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