Html Css Color HEX #103A6B Prussian Blue

📋 copy color: '#103A6B'

red 16 ◦ green 58 ◦ blue 107

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

Shades of Prussian Blue #103A6B

Tints of Prussian Blue #103A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 59.12%

R = 8.84%
G = 32.04%
B = 59.12%

CMYK

 C value IS 0.85

 M value IS 0.46

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#103A6B (or 0x103A6B) is known color: Prussian Blue. HEX triplet: 10, 3A and 6B. RGB value is (16,58,107). Sum of RGB (Red+Green+Blue) = 16+58+107=181 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.84% from 181); Green value is 58 (23.05% from 255 or 32.04% from 181); Blue value is 107 (42.19% from 255 or 59.12% from 181); Max value from RGB is 107 - color contains mainly: blue. Hex color #103A6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103A6B is #EFC594. Grayscale: #323232. Windows color (decimal): -15713685 or 7027216. OLE color: 7027216.

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

Color convert

RGB 16 58 107 -
CMYK 0.85 0.46 0 0.58
HSL 212.31º 0.74% 0.24% -
HSV(B) 212.31º 0.85% 0.42% -
XYZ 4.38 4.2 14.49 -
YUV 51.03 159.59 103.02 -
System Red Green Blue C M Y K H S L
Decimal 16 58 107 0.85 0.46 0 0.58 212.31 0.74 0.24
Hex 10 3A 6B 55 2E 0 3A D4 4A 18
Octal 20 72 153 125 56 0 72 324 112 30
Binary 10000 111010 1101011 1010101 101110 0 111010 11010100 1001010 11000

Color Harmonies of #103A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103A6B

Black with #103A6B

Text Example


Text Example

White with #103A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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