Html Css Color HEX #103469 Prussian Blue

📋 copy color: '#103469'

red 16 ◦ green 52 ◦ blue 105

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

Shades of Prussian Blue #103469

Tints of Prussian Blue #103469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 60.69%

R = 9.25%
G = 30.06%
B = 60.69%

CMYK

 C value IS 0.85

 M value IS 0.50

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#103469 (or 0x103469) is known color: Prussian Blue. HEX triplet: 10, 34 and 69. RGB value is (16,52,105). Sum of RGB (Red+Green+Blue) = 16+52+105=173 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.25% from 173); Green value is 52 (20.70% from 255 or 30.06% from 173); Blue value is 105 (41.41% from 255 or 60.69% from 173); Max value from RGB is 105 - color contains mainly: blue. Hex color #103469 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103469 is #EFCB96. Grayscale: #2F2F2F. Windows color (decimal): -15715223 or 6894608. OLE color: 6894608.

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

Color convert

RGB 16 52 105 -
CMYK 0.85 0.50 0 0.59
HSL 215.73º 0.74% 0.24% -
HSV(B) 215.73º 0.85% 0.41% -
XYZ 3.99 3.59 13.85 -
YUV 47.28 160.57 105.69 -
System Red Green Blue C M Y K H S L
Decimal 16 52 105 0.85 0.50 0 0.59 215.73 0.74 0.24
Hex 10 34 69 55 32 0 3B D8 4A 18
Octal 20 64 151 125 62 0 73 330 112 30
Binary 10000 110100 1101001 1010101 110010 0 111011 11011000 1001010 11000

Color Harmonies of #103469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103469

Black with #103469

Text Example


Text Example

White with #103469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103469; }

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

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

background-color css

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

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

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

border-color css

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

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

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