Html Css Color HEX #103B68 Prussian Blue

📋 copy color: '#103B68'

red 16 ◦ green 59 ◦ blue 104

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

Shades of Prussian Blue #103B68

Tints of Prussian Blue #103B68

RGB

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

 GREEN value IS 59 (23.44% from 255) = 32.96%

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

R = 8.94%
G = 32.96%
B = 58.1%

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

#103B68 (or 0x103B68) is known color: Prussian Blue. HEX triplet: 10, 3B and 68. RGB value is (16,59,104). Sum of RGB (Red+Green+Blue) = 16+59+104=179 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.94% from 179); Green value is 59 (23.44% from 255 or 32.96% from 179); Blue value is 104 (41.02% from 255 or 58.10% from 179); Max value from RGB is 104 - color contains mainly: blue. Hex color #103B68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103B68 is #EFC497. Grayscale: #333333. Windows color (decimal): -15713432 or 6830864. OLE color: 6830864.

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

Color convert

RGB 16 59 104 -
CMYK 0.85 0.43 0 0.59
HSL 210.68º 0.73% 0.24% -
HSV(B) 210.68º 0.85% 0.41% -
XYZ 4.28 4.24 13.69 -
YUV 51.27 157.75 102.84 -
System Red Green Blue C M Y K H S L
Decimal 16 59 104 0.85 0.43 0 0.59 210.68 0.73 0.24
Hex 10 3B 68 55 2B 0 3B D3 49 18
Octal 20 73 150 125 53 0 73 323 111 30
Binary 10000 111011 1101000 1010101 101011 0 111011 11010011 1001001 11000

Color Harmonies of #103B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103B68

Black with #103B68

Text Example


Text Example

White with #103B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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