#103662

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

Shades of Prussian Blue #103662

Tints of Prussian Blue #103662

Color information

#103662 (or 0x103662) is unknown color: approx Prussian Blue. HEX triplet: 10, 36 and 62. RGB value is (16,54,98). Sum of RGB (Red+Green+Blue) = 16+54+98=168 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.52% from 168); Green value is 54 (21.48% from 255 or 32.14% from 168); Blue value is 98 (38.67% from 255 or 58.33% from 168); Max value from RGB is 98 - color contains mainly: blue. Hex color #103662 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103662 is #EFC99D. Grayscale: #2F2F2F. Windows color (decimal): -15714718 or 6436368. OLE color: 6436368.

HSL color Cylindrical-coordinate representation of color #103662: hue angle of 212.2º 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 #103662 is Cyan = 0.84, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB165498-
CMYK0.840.4500.62
HSL212.2º71.93%22.35%-
HSV(B)212.2º83.67%38.43%-
XYZ3.743.6312.06-
YUV47.65156.41105.42-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.52%
GREEN value IS 54 (21.48% from 255) = 32.14%
BLUE value IS 98 (38.67% from 255) = 58.33%
R=9.52%
G=32.14%
B=58.33%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1654980.840.4500.62212.271.9322.35
Hex103662542D03Ed44816
Octal20661421245507632411026
Binary1000011011011000101010100101101011111011010100100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103662; }

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

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

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

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

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

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

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

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