Html Css Color HEX #103B69 Prussian Blue

📋 copy color: '#103B69'

red 16 ◦ green 59 ◦ blue 105

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

Shades of Prussian Blue #103B69

Tints of Prussian Blue #103B69

RGB

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

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

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

R = 8.89%
G = 32.78%
B = 58.33%

CMYK

 C value IS 0.85

 M value IS 0.44

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#103B69 (or 0x103B69) is known color: Prussian Blue. HEX triplet: 10, 3B and 69. RGB value is (16,59,105). Sum of RGB (Red+Green+Blue) = 16+59+105=180 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.89% from 180); Green value is 59 (23.44% from 255 or 32.78% from 180); Blue value is 105 (41.41% from 255 or 58.33% from 180); Max value from RGB is 105 - color contains mainly: blue. Hex color #103B69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103B69 is #EFC496. Grayscale: #333333. Windows color (decimal): -15713431 or 6896400. OLE color: 6896400.

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

Color convert

RGB 16 59 105 -
CMYK 0.85 0.44 0 0.59
HSL 211.01º 0.74% 0.24% -
HSV(B) 211.01º 0.85% 0.41% -
XYZ 4.33 4.26 13.96 -
YUV 51.39 158.25 102.76 -
System Red Green Blue C M Y K H S L
Decimal 16 59 105 0.85 0.44 0 0.59 211.01 0.74 0.24
Hex 10 3B 69 55 2C 0 3B D3 4A 18
Octal 20 73 151 125 54 0 73 323 112 30
Binary 10000 111011 1101001 1010101 101100 0 111011 11010011 1001010 11000

Color Harmonies of #103B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103B69

Black with #103B69

Text Example


Text Example

White with #103B69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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