Html Css Color HEX #103966 Prussian Blue

📋 copy color: '#103966'

red 16 ◦ green 57 ◦ blue 102

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

Shades of Prussian Blue #103966

Tints of Prussian Blue #103966

RGB

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

 GREEN value IS 57 (22.66% from 255) = 32.57%

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

R = 9.14%
G = 32.57%
B = 58.29%

CMYK

 C value IS 0.84

 M value IS 0.44

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#103966 (or 0x103966) is known color: Prussian Blue. HEX triplet: 10, 39 and 66. RGB value is (16,57,102). Sum of RGB (Red+Green+Blue) = 16+57+102=175 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.14% from 175); Green value is 57 (22.66% from 255 or 32.57% from 175); Blue value is 102 (40.23% from 255 or 58.29% from 175); Max value from RGB is 102 - color contains mainly: blue. Hex color #103966 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103966 is #EFC699. Grayscale: #313131. Windows color (decimal): -15713946 or 6699280. OLE color: 6699280.

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

Color convert

RGB 16 57 102 -
CMYK 0.84 0.44 0 0.6
HSL 211.4º 0.73% 0.23% -
HSV(B) 211.4º 0.84% 0.4% -
XYZ 4.08 4 13.13 -
YUV 49.87 157.42 103.84 -
System Red Green Blue C M Y K H S L
Decimal 16 57 102 0.84 0.44 0 0.6 211.4 0.73 0.23
Hex 10 39 66 54 2C 0 3C D3 49 17
Octal 20 71 146 124 54 0 74 323 111 27
Binary 10000 111001 1100110 1010100 101100 0 111100 11010011 1001001 10111

Color Harmonies of #103966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103966

Black with #103966

Text Example


Text Example

White with #103966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103966; }

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

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

background-color css

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

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

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

border-color css

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

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

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