Html Css Color HEX #103D69 Prussian Blue

📋 copy color: '#103D69'

red 16 ◦ green 61 ◦ blue 105

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

Shades of Prussian Blue #103D69

Tints of Prussian Blue #103D69

RGB

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

 GREEN value IS 61 (24.22% from 255) = 33.52%

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

R = 8.79%
G = 33.52%
B = 57.69%

CMYK

 C value IS 0.85

 M value IS 0.42

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#103D69 (or 0x103D69) is known color: Prussian Blue. HEX triplet: 10, 3D and 69. RGB value is (16,61,105). Sum of RGB (Red+Green+Blue) = 16+61+105=182 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.79% from 182); Green value is 61 (24.22% from 255 or 33.52% from 182); Blue value is 105 (41.41% from 255 or 57.69% from 182); Max value from RGB is 105 - color contains mainly: blue. Hex color #103D69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103D69 is #EFC296. Grayscale: #343434. Windows color (decimal): -15712919 or 6896912. OLE color: 6896912.

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

Color convert

RGB 16 61 105 -
CMYK 0.85 0.42 0 0.59
HSL 209.66º 0.74% 0.24% -
HSV(B) 209.66º 0.85% 0.41% -
XYZ 4.43 4.47 13.99 -
YUV 52.56 157.59 101.92 -
System Red Green Blue C M Y K H S L
Decimal 16 61 105 0.85 0.42 0 0.59 209.66 0.74 0.24
Hex 10 3D 69 55 2A 0 3B D2 4A 18
Octal 20 75 151 125 52 0 73 322 112 30
Binary 10000 111101 1101001 1010101 101010 0 111011 11010010 1001010 11000

Color Harmonies of #103D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103D69

Black with #103D69

Text Example


Text Example

White with #103D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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