Html Css Color HEX #103C69 Prussian Blue

📋 copy color: '#103C69'

red 16 ◦ green 60 ◦ blue 105

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

Shades of Prussian Blue #103C69

Tints of Prussian Blue #103C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 58.01%

R = 8.84%
G = 33.15%
B = 58.01%

CMYK

 C value IS 0.85

 M value IS 0.43

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#103C69 (or 0x103C69) is known color: Prussian Blue. HEX triplet: 10, 3C and 69. RGB value is (16,60,105). Sum of RGB (Red+Green+Blue) = 16+60+105=181 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.84% from 181); Green value is 60 (23.83% from 255 or 33.15% from 181); Blue value is 105 (41.41% from 255 or 58.01% from 181); Max value from RGB is 105 - color contains mainly: blue. Hex color #103C69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103C69 is #EFC396. Grayscale: #333333. Windows color (decimal): -15713175 or 6896656. OLE color: 6896656.

HSL color Cylindrical-coordinate representation of color #103C69: hue angle of 210.34º 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 #103C69 is Cyan = 0.85, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 16 60 105 -
CMYK 0.85 0.43 0 0.59
HSL 210.34º 0.74% 0.24% -
HSV(B) 210.34º 0.85% 0.41% -
XYZ 4.38 4.36 13.98 -
YUV 51.97 157.92 102.34 -
System Red Green Blue C M Y K H S L
Decimal 16 60 105 0.85 0.43 0 0.59 210.34 0.74 0.24
Hex 10 3C 69 55 2B 0 3B D2 4A 18
Octal 20 74 151 125 53 0 73 322 112 30
Binary 10000 111100 1101001 1010101 101011 0 111011 11010010 1001010 11000

Color Harmonies of #103C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103C69

Black with #103C69

Text Example


Text Example

White with #103C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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