Html Css Color HEX #103E6B Prussian Blue

📋 copy color: '#103E6B'

red 16 ◦ green 62 ◦ blue 107

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

Shades of Prussian Blue #103E6B

Tints of Prussian Blue #103E6B

RGB

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

 GREEN value IS 62 (24.61% from 255) = 33.51%

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

R = 8.65%
G = 33.51%
B = 57.84%

CMYK

 C value IS 0.85

 M value IS 0.42

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#103E6B (or 0x103E6B) is known color: Prussian Blue. HEX triplet: 10, 3E and 6B. RGB value is (16,62,107). Sum of RGB (Red+Green+Blue) = 16+62+107=185 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.65% from 185); Green value is 62 (24.61% from 255 or 33.51% from 185); Blue value is 107 (42.19% from 255 or 57.84% from 185); Max value from RGB is 107 - color contains mainly: blue. Hex color #103E6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103E6B is #EFC194. Grayscale: #353535. Windows color (decimal): -15712661 or 7028240. OLE color: 7028240.

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

Color convert

RGB 16 62 107 -
CMYK 0.85 0.42 0 0.58
HSL 209.67º 0.74% 0.24% -
HSV(B) 209.67º 0.85% 0.42% -
XYZ 4.59 4.62 14.56 -
YUV 53.38 158.26 101.34 -
System Red Green Blue C M Y K H S L
Decimal 16 62 107 0.85 0.42 0 0.58 209.67 0.74 0.24
Hex 10 3E 6B 55 2A 0 3A D2 4A 18
Octal 20 76 153 125 52 0 72 322 112 30
Binary 10000 111110 1101011 1010101 101010 0 111010 11010010 1001010 11000

Color Harmonies of #103E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103E6B

Black with #103E6B

Text Example


Text Example

White with #103E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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