#103B62

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

Shades of Prussian Blue #103B62

Tints of Prussian Blue #103B62

Color information

#103B62 (or 0x103B62) is unknown color: approx Prussian Blue. HEX triplet: 10, 3B and 62. RGB value is (16,59,98). Sum of RGB (Red+Green+Blue) = 16+59+98=173 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.25% from 173); Green value is 59 (23.44% from 255 or 34.10% from 173); Blue value is 98 (38.67% from 255 or 56.65% from 173); Max value from RGB is 98 - color contains mainly: blue. Hex color #103B62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103B62 is #EFC49D. Grayscale: #323232. Windows color (decimal): -15713438 or 6437648. OLE color: 6437648.

HSL color Cylindrical-coordinate representation of color #103B62: hue angle of 208.54º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #103B62 is Cyan = 0.84, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB165998-
CMYK0.840.4000.62
HSL208.54º71.93%22.35%-
HSV(B)208.54º83.67%38.43%-
XYZ3.984.1212.14-
YUV50.59154.75103.33-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.25%
GREEN value IS 59 (23.44% from 255) = 34.10%
BLUE value IS 98 (38.67% from 255) = 56.65%
R=9.25%
G=34.10%
B=56.65%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1659980.840.4000.62208.5471.9322.35
Hex103B62542803Ed14816
Octal20731421245007632111026
Binary1000011101111000101010100101000011111011010001100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103B62; }

 p { color: rgb(16,59,98); }

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

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

 a { background-color: rgb(16,59,98); }

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

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

 span { border-color: rgb(16,59,98); }

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