Html Css Color HEX #103768 Prussian Blue

📋 copy color: '#103768'

red 16 ◦ green 55 ◦ blue 104

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

Shades of Prussian Blue #103768

Tints of Prussian Blue #103768

RGB

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

 GREEN value IS 55 (21.88% from 255) = 31.43%

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

R = 9.14%
G = 31.43%
B = 59.43%

CMYK

 C value IS 0.85

 M value IS 0.47

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#103768 (or 0x103768) is known color: Prussian Blue. HEX triplet: 10, 37 and 68. RGB value is (16,55,104). Sum of RGB (Red+Green+Blue) = 16+55+104=175 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.14% from 175); Green value is 55 (21.88% from 255 or 31.43% from 175); Blue value is 104 (41.02% from 255 or 59.43% from 175); Max value from RGB is 104 - color contains mainly: blue. Hex color #103768 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103768 is #EFC897. Grayscale: #303030. Windows color (decimal): -15714456 or 6829840. OLE color: 6829840.

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

Color convert

RGB 16 55 104 -
CMYK 0.85 0.47 0 0.59
HSL 213.41º 0.73% 0.24% -
HSV(B) 213.41º 0.85% 0.41% -
XYZ 4.08 3.84 13.62 -
YUV 48.93 159.08 104.52 -
System Red Green Blue C M Y K H S L
Decimal 16 55 104 0.85 0.47 0 0.59 213.41 0.73 0.24
Hex 10 37 68 55 2F 0 3B D5 49 18
Octal 20 67 150 125 57 0 73 325 111 30
Binary 10000 110111 1101000 1010101 101111 0 111011 11010101 1001001 11000

Color Harmonies of #103768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103768

Black with #103768

Text Example


Text Example

White with #103768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103768; }

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

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

background-color css

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

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

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

border-color css

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

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

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