Html Css Color HEX #103D68 Prussian Blue

📋 copy color: '#103D68'

red 16 ◦ green 61 ◦ blue 104

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

Shades of Prussian Blue #103D68

Tints of Prussian Blue #103D68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 57.46%

R = 8.84%
G = 33.7%
B = 57.46%

CMYK

 C value IS 0.85

 M value IS 0.41

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#103D68 (or 0x103D68) is known color: Prussian Blue. HEX triplet: 10, 3D and 68. RGB value is (16,61,104). Sum of RGB (Red+Green+Blue) = 16+61+104=181 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.84% from 181); Green value is 61 (24.22% from 255 or 33.70% from 181); Blue value is 104 (41.02% from 255 or 57.46% from 181); Max value from RGB is 104 - color contains mainly: blue. Hex color #103D68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103D68 is #EFC297. Grayscale: #343434. Windows color (decimal): -15712920 or 6831376. OLE color: 6831376.

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

Color convert

RGB 16 61 104 -
CMYK 0.85 0.41 0 0.59
HSL 209.32º 0.73% 0.24% -
HSV(B) 209.32º 0.85% 0.41% -
XYZ 4.38 4.45 13.72 -
YUV 52.45 157.09 102 -
System Red Green Blue C M Y K H S L
Decimal 16 61 104 0.85 0.41 0 0.59 209.32 0.73 0.24
Hex 10 3D 68 55 29 0 3B D1 49 18
Octal 20 75 150 125 51 0 73 321 111 30
Binary 10000 111101 1101000 1010101 101001 0 111011 11010001 1001001 11000

Color Harmonies of #103D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103D68

Black with #103D68

Text Example


Text Example

White with #103D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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