Html Css Color HEX #103A6A Prussian Blue

📋 copy color: '#103A6A'

red 16 ◦ green 58 ◦ blue 106

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

Shades of Prussian Blue #103A6A

Tints of Prussian Blue #103A6A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 32.22%

 BLUE value IS 106 (41.8% from 255) = 58.89%

R = 8.89%
G = 32.22%
B = 58.89%

CMYK

 C value IS 0.85

 M value IS 0.45

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#103A6A (or 0x103A6A) is known color: Prussian Blue. HEX triplet: 10, 3A and 6A. RGB value is (16,58,106). Sum of RGB (Red+Green+Blue) = 16+58+106=180 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.89% from 180); Green value is 58 (23.05% from 255 or 32.22% from 180); Blue value is 106 (41.80% from 255 or 58.89% from 180); Max value from RGB is 106 - color contains mainly: blue. Hex color #103A6A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103A6A is #EFC595. Grayscale: #323232. Windows color (decimal): -15713686 or 6961680. OLE color: 6961680.

HSL color Cylindrical-coordinate representation of color #103A6A: hue angle of 212º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #103A6A is Cyan = 0.85, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 16 58 106 -
CMYK 0.85 0.45 0 0.58
HSL 212º 0.74% 0.24% -
HSV(B) 212º 0.85% 0.42% -
XYZ 4.33 4.18 14.21 -
YUV 50.91 159.09 103.1 -
System Red Green Blue C M Y K H S L
Decimal 16 58 106 0.85 0.45 0 0.58 212 0.74 0.24
Hex 10 3A 6A 55 2D 0 3A D4 4A 18
Octal 20 72 152 125 55 0 72 324 112 30
Binary 10000 111010 1101010 1010101 101101 0 111010 11010100 1001010 11000

Color Harmonies of #103A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103A6A

Black with #103A6A

Text Example


Text Example

White with #103A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,58,106); }

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

background-color css

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

 a { background-color: rgb(16,58,106); }

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

border-color css

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

 span { border-color: rgb(16,58,106); }

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