Html Css Color HEX #103666 Prussian Blue

📋 copy color: '#103666'

red 16 ◦ green 54 ◦ blue 102

#103666
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Prussian Blue #103666

Tints of Prussian Blue #103666

RGB

 RED value IS 16 (6.64% from 255) = 9.3%

 GREEN value IS 54 (21.48% from 255) = 31.4%

 BLUE value IS 102 (40.23% from 255) = 59.3%

R = 9.3%
G = 31.4%
B = 59.3%

CMYK

 C value IS 0.84

 M value IS 0.47

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#103666 (or 0x103666) is known color: Prussian Blue. HEX triplet: 10, 36 and 66. RGB value is (16,54,102). Sum of RGB (Red+Green+Blue) = 16+54+102=172 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.30% from 172); Green value is 54 (21.48% from 255 or 31.40% from 172); Blue value is 102 (40.23% from 255 or 59.30% from 172); Max value from RGB is 102 - color contains mainly: blue. Hex color #103666 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103666 is #EFC999. Grayscale: #2F2F2F. Windows color (decimal): -15714714 or 6698512. OLE color: 6698512.

HSL color Cylindrical-coordinate representation of color #103666: hue angle of 213.49º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #103666 is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 16 54 102 -
CMYK 0.84 0.47 0 0.6
HSL 213.49º 0.73% 0.23% -
HSV(B) 213.49º 0.84% 0.4% -
XYZ 3.93 3.71 13.08 -
YUV 48.11 158.41 105.1 -
System Red Green Blue C M Y K H S L
Decimal 16 54 102 0.84 0.47 0 0.6 213.49 0.73 0.23
Hex 10 36 66 54 2F 0 3C D5 49 17
Octal 20 66 146 124 57 0 74 325 111 27
Binary 10000 110110 1100110 1010100 101111 0 111100 11010101 1001001 10111

Color Harmonies of #103666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103666

Black with #103666

Text Example


Text Example

White with #103666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103666; }

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

 H1.HeaderClassName
 {
   color: #103666;
 }
 .AnyTagClassName
 {
   color: #103666;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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