Html Css Color HEX #103960 Prussian Blue

📋 copy color: '#103960'

red 16 ◦ green 57 ◦ blue 96

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

Shades of Prussian Blue #103960

Tints of Prussian Blue #103960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 56.8%

R = 9.47%
G = 33.73%
B = 56.8%

CMYK

 C value IS 0.83

 M value IS 0.41

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#103960 (or 0x103960) is known color: Prussian Blue. HEX triplet: 10, 39 and 60. RGB value is (16,57,96). Sum of RGB (Red+Green+Blue) = 16+57+96=169 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.47% from 169); Green value is 57 (22.66% from 255 or 33.73% from 169); Blue value is 96 (37.89% from 255 or 56.80% from 169); Max value from RGB is 96 - color contains mainly: blue. Hex color #103960 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103960 is #EFC69F. Grayscale: #303030. Windows color (decimal): -15713952 or 6306064. OLE color: 6306064.

HSL color Cylindrical-coordinate representation of color #103960: hue angle of 209.25º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #103960 is Cyan = 0.83, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 16 57 96 -
CMYK 0.83 0.41 0 0.62
HSL 209.25º 0.71% 0.22% -
HSV(B) 209.25º 0.83% 0.38% -
XYZ 3.79 3.88 11.62 -
YUV 49.19 154.42 104.33 -
System Red Green Blue C M Y K H S L
Decimal 16 57 96 0.83 0.41 0 0.62 209.25 0.71 0.22
Hex 10 39 60 53 29 0 3E D1 47 16
Octal 20 71 140 123 51 0 76 321 107 26
Binary 10000 111001 1100000 1010011 101001 0 111110 11010001 1000111 10110

Color Harmonies of #103960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103960

Black with #103960

Text Example


Text Example

White with #103960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103960; }

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

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

background-color css

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

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

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

border-color css

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

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

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