Html Css Color HEX #103F66 Prussian Blue

📋 copy color: '#103F66'

red 16 ◦ green 63 ◦ blue 102

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

Shades of Prussian Blue #103F66

Tints of Prussian Blue #103F66

RGB

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

 GREEN value IS 63 (25% from 255) = 34.81%

 BLUE value IS 102 (40.23% from 255) = 56.35%

R = 8.84%
G = 34.81%
B = 56.35%

CMYK

 C value IS 0.84

 M value IS 0.38

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#103F66 (or 0x103F66) is known color: Prussian Blue. HEX triplet: 10, 3F and 66. RGB value is (16,63,102). Sum of RGB (Red+Green+Blue) = 16+63+102=181 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.84% from 181); Green value is 63 (25% from 255 or 34.81% from 181); Blue value is 102 (40.23% from 255 or 56.35% from 181); Max value from RGB is 102 - color contains mainly: blue. Hex color #103F66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103F66 is #EFC099. Grayscale: #353535. Windows color (decimal): -15712410 or 6700816. OLE color: 6700816.

HSL color Cylindrical-coordinate representation of color #103F66: hue angle of 207.21º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #103F66 is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 16 63 102 -
CMYK 0.84 0.38 0 0.6
HSL 207.21º 0.73% 0.23% -
HSV(B) 207.21º 0.84% 0.4% -
XYZ 4.39 4.62 13.23 -
YUV 53.39 155.43 101.33 -
System Red Green Blue C M Y K H S L
Decimal 16 63 102 0.84 0.38 0 0.6 207.21 0.73 0.23
Hex 10 3F 66 54 26 0 3C CF 49 17
Octal 20 77 146 124 46 0 74 317 111 27
Binary 10000 111111 1100110 1010100 100110 0 111100 11001111 1001001 10111

Color Harmonies of #103F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103F66

Black with #103F66

Text Example


Text Example

White with #103F66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,63,102); }

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

background-color css

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

 a { background-color: rgb(16,63,102); }

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

border-color css

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

 span { border-color: rgb(16,63,102); }

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