#103669

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

Shades of Prussian Blue #103669

Tints of Prussian Blue #103669

Color information

#103669 (or 0x103669) is unknown color: approx Prussian Blue. HEX triplet: 10, 36 and 69. RGB value is (16,54,105). Sum of RGB (Red+Green+Blue) = 16+54+105=175 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.14% from 175); Green value is 54 (21.48% from 255 or 30.86% from 175); Blue value is 105 (41.41% from 255 or 60% from 175); Max value from RGB is 105 - color contains mainly: blue. Hex color #103669 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103669 is #EFC996. Grayscale: #303030. Windows color (decimal): -15714711 or 6895120. OLE color: 6895120.

HSL color Cylindrical-coordinate representation of color #103669: hue angle of 214.38º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #103669 is Cyan = 0.85, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1654105-
CMYK0.850.4900.59
HSL214.38º73.55%23.73%-
HSV(B)214.38º84.76%41.18%-
XYZ4.083.7713.88-
YUV48.45159.91104.85-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.14%
GREEN value IS 54 (21.48% from 255) = 30.86%
BLUE value IS 105 (41.41% from 255) = 60%
R=9.14%
G=30.86%
B=60%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal16541050.850.4900.59214.3873.5523.73
Hex103669553103Bd64a18
Octal20661511256107332611230
Binary1000011011011010011010101110001011101111010110100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103669; }

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

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

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

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

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

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

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

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