Html Css Color HEX #104168 Prussian Blue

📋 copy color: '#104168'

red 16 ◦ green 65 ◦ blue 104

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

Shades of Prussian Blue #104168

Tints of Prussian Blue #104168

RGB

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

 GREEN value IS 65 (25.78% from 255) = 35.14%

 BLUE value IS 104 (41.02% from 255) = 56.22%

R = 8.65%
G = 35.14%
B = 56.22%

CMYK

 C value IS 0.85

 M value IS 0.38

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#104168 (or 0x104168) is known color: Prussian Blue. HEX triplet: 10, 41 and 68. RGB value is (16,65,104). Sum of RGB (Red+Green+Blue) = 16+65+104=185 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.65% from 185); Green value is 65 (25.78% from 255 or 35.14% from 185); Blue value is 104 (41.02% from 255 or 56.22% from 185); Max value from RGB is 104 - color contains mainly: blue. Hex color #104168 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104168 is #EFBE97. Grayscale: #363636. Windows color (decimal): -15711896 or 6832400. OLE color: 6832400.

HSL color Cylindrical-coordinate representation of color #104168: hue angle of 206.59º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #104168 is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 16 65 104 -
CMYK 0.85 0.38 0 0.59
HSL 206.59º 0.73% 0.24% -
HSV(B) 206.59º 0.85% 0.41% -
XYZ 4.6 4.89 13.8 -
YUV 54.8 155.77 100.33 -
System Red Green Blue C M Y K H S L
Decimal 16 65 104 0.85 0.38 0 0.59 206.59 0.73 0.24
Hex 10 41 68 55 26 0 3B CF 49 18
Octal 20 101 150 125 46 0 73 317 111 30
Binary 10000 1000001 1101000 1010101 100110 0 111011 11001111 1001001 11000

Color Harmonies of #104168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104168

Black with #104168

Text Example


Text Example

White with #104168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104168; }

 p { color: rgb(16,65,104); }

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

background-color css

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

 a { background-color: rgb(16,65,104); }

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

border-color css

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

 span { border-color: rgb(16,65,104); }

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