Html Css Color HEX #103C66 Prussian Blue

📋 copy color: '#103C66'

red 16 ◦ green 60 ◦ blue 102

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

Shades of Prussian Blue #103C66

Tints of Prussian Blue #103C66

RGB

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

 GREEN value IS 60 (23.83% from 255) = 33.71%

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

R = 8.99%
G = 33.71%
B = 57.3%

CMYK

 C value IS 0.84

 M value IS 0.41

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#103C66 (or 0x103C66) is known color: Prussian Blue. HEX triplet: 10, 3C and 66. RGB value is (16,60,102). Sum of RGB (Red+Green+Blue) = 16+60+102=178 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.99% from 178); Green value is 60 (23.83% from 255 or 33.71% from 178); Blue value is 102 (40.23% from 255 or 57.30% from 178); Max value from RGB is 102 - color contains mainly: blue. Hex color #103C66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103C66 is #EFC399. Grayscale: #333333. Windows color (decimal): -15713178 or 6700048. OLE color: 6700048.

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

Color convert

RGB 16 60 102 -
CMYK 0.84 0.41 0 0.6
HSL 209.3º 0.73% 0.23% -
HSV(B) 209.3º 0.84% 0.4% -
XYZ 4.23 4.3 13.18 -
YUV 51.63 156.42 102.58 -
System Red Green Blue C M Y K H S L
Decimal 16 60 102 0.84 0.41 0 0.6 209.3 0.73 0.23
Hex 10 3C 66 54 29 0 3C D1 49 17
Octal 20 74 146 124 51 0 74 321 111 27
Binary 10000 111100 1100110 1010100 101001 0 111100 11010001 1001001 10111

Color Harmonies of #103C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103C66

Black with #103C66

Text Example


Text Example

White with #103C66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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