Html Css Color HEX #103466 Prussian Blue

📋 copy color: '#103466'

red 16 ◦ green 52 ◦ blue 102

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

Shades of Prussian Blue #103466

Tints of Prussian Blue #103466

RGB

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

 GREEN value IS 52 (20.7% from 255) = 30.59%

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

R = 9.41%
G = 30.59%
B = 60%

CMYK

 C value IS 0.84

 M value IS 0.49

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#103466 (or 0x103466) is known color: Prussian Blue. HEX triplet: 10, 34 and 66. RGB value is (16,52,102). Sum of RGB (Red+Green+Blue) = 16+52+102=170 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.41% from 170); Green value is 52 (20.70% from 255 or 30.59% from 170); Blue value is 102 (40.23% from 255 or 60% from 170); Max value from RGB is 102 - color contains mainly: blue. Hex color #103466 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103466 is #EFCB99. Grayscale: #2E2E2E. Windows color (decimal): -15715226 or 6698000. OLE color: 6698000.

HSL color Cylindrical-coordinate representation of color #103466: hue angle of 214.88º 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 #103466 is Cyan = 0.84, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 16 52 102 -
CMYK 0.84 0.49 0 0.6
HSL 214.88º 0.73% 0.23% -
HSV(B) 214.88º 0.84% 0.4% -
XYZ 3.84 3.53 13.05 -
YUV 46.94 159.07 105.93 -
System Red Green Blue C M Y K H S L
Decimal 16 52 102 0.84 0.49 0 0.6 214.88 0.73 0.23
Hex 10 34 66 54 31 0 3C D7 49 17
Octal 20 64 146 124 61 0 74 327 111 27
Binary 10000 110100 1100110 1010100 110001 0 111100 11010111 1001001 10111

Color Harmonies of #103466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103466

Black with #103466

Text Example


Text Example

White with #103466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103466; }

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

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

background-color css

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

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

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

border-color css

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

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

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