Html Css Color HEX #104066 Prussian Blue

📋 copy color: '#104066'

red 16 ◦ green 64 ◦ blue 102

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

Shades of Prussian Blue #104066

Tints of Prussian Blue #104066

RGB

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

 GREEN value IS 64 (25.39% from 255) = 35.16%

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

R = 8.79%
G = 35.16%
B = 56.04%

CMYK

 C value IS 0.84

 M value IS 0.37

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#104066 (or 0x104066) is known color: Prussian Blue. HEX triplet: 10, 40 and 66. RGB value is (16,64,102). Sum of RGB (Red+Green+Blue) = 16+64+102=182 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.79% from 182); Green value is 64 (25.39% from 255 or 35.16% from 182); Blue value is 102 (40.23% from 255 or 56.04% from 182); Max value from RGB is 102 - color contains mainly: blue. Hex color #104066 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104066 is #EFBF99. Grayscale: #353535. Windows color (decimal): -15712154 or 6701072. OLE color: 6701072.

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

Color convert

RGB 16 64 102 -
CMYK 0.84 0.37 0 0.6
HSL 206.51º 0.73% 0.23% -
HSV(B) 206.51º 0.84% 0.4% -
XYZ 4.45 4.74 13.25 -
YUV 53.98 155.1 100.91 -
System Red Green Blue C M Y K H S L
Decimal 16 64 102 0.84 0.37 0 0.6 206.51 0.73 0.23
Hex 10 40 66 54 25 0 3C CF 49 17
Octal 20 100 146 124 45 0 74 317 111 27
Binary 10000 1000000 1100110 1010100 100101 0 111100 11001111 1001001 10111

Color Harmonies of #104066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104066

Black with #104066

Text Example


Text Example

White with #104066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104066; }

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

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

background-color css

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

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

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

border-color css

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

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

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