Html Css Color HEX #103668 Prussian Blue

📋 copy color: '#103668'

red 16 ◦ green 54 ◦ blue 104

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

Shades of Prussian Blue #103668

Tints of Prussian Blue #103668

RGB

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

 GREEN value IS 54 (21.48% from 255) = 31.03%

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

R = 9.2%
G = 31.03%
B = 59.77%

CMYK

 C value IS 0.85

 M value IS 0.48

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#103668 (or 0x103668) is known color: Prussian Blue. HEX triplet: 10, 36 and 68. RGB value is (16,54,104). Sum of RGB (Red+Green+Blue) = 16+54+104=174 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.20% from 174); Green value is 54 (21.48% from 255 or 31.03% from 174); Blue value is 104 (41.02% from 255 or 59.77% from 174); Max value from RGB is 104 - color contains mainly: blue. Hex color #103668 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103668 is #EFC997. Grayscale: #303030. Windows color (decimal): -15714712 or 6829584. OLE color: 6829584.

HSL color Cylindrical-coordinate representation of color #103668: hue angle of 214.09º 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 #103668 is Cyan = 0.85, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 16 54 104 -
CMYK 0.85 0.48 0 0.59
HSL 214.09º 0.73% 0.24% -
HSV(B) 214.09º 0.85% 0.41% -
XYZ 4.03 3.75 13.61 -
YUV 48.34 159.41 104.93 -
System Red Green Blue C M Y K H S L
Decimal 16 54 104 0.85 0.48 0 0.59 214.09 0.73 0.24
Hex 10 36 68 55 30 0 3B D6 49 18
Octal 20 66 150 125 60 0 73 326 111 30
Binary 10000 110110 1101000 1010101 110000 0 111011 11010110 1001001 11000

Color Harmonies of #103668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103668

Black with #103668

Text Example


Text Example

White with #103668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103668; }

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

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

background-color css

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

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

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

border-color css

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

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

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