Html Css Color HEX #103968 Prussian Blue

📋 copy color: '#103968'

red 16 ◦ green 57 ◦ blue 104

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

Shades of Prussian Blue #103968

Tints of Prussian Blue #103968

RGB

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

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

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

R = 9.04%
G = 32.2%
B = 58.76%

CMYK

 C value IS 0.85

 M value IS 0.45

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#103968 (or 0x103968) is known color: Prussian Blue. HEX triplet: 10, 39 and 68. RGB value is (16,57,104). Sum of RGB (Red+Green+Blue) = 16+57+104=177 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.04% from 177); Green value is 57 (22.66% from 255 or 32.20% from 177); Blue value is 104 (41.02% from 255 or 58.76% from 177); Max value from RGB is 104 - color contains mainly: blue. Hex color #103968 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103968 is #EFC697. Grayscale: #313131. Windows color (decimal): -15713944 or 6830352. OLE color: 6830352.

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

Color convert

RGB 16 57 104 -
CMYK 0.85 0.45 0 0.59
HSL 212.05º 0.73% 0.24% -
HSV(B) 212.05º 0.85% 0.41% -
XYZ 4.18 4.04 13.66 -
YUV 50.1 158.42 103.68 -
System Red Green Blue C M Y K H S L
Decimal 16 57 104 0.85 0.45 0 0.59 212.05 0.73 0.24
Hex 10 39 68 55 2D 0 3B D4 49 18
Octal 20 71 150 125 55 0 73 324 111 30
Binary 10000 111001 1101000 1010101 101101 0 111011 11010100 1001001 11000

Color Harmonies of #103968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103968

Black with #103968

Text Example


Text Example

White with #103968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103968; }

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

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

background-color css

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

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

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

border-color css

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

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

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