Html Css Color HEX #103259 Prussian Blue

📋 copy color: '#103259'

red 16 ◦ green 50 ◦ blue 89

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

Shades of Prussian Blue #103259

Tints of Prussian Blue #103259

RGB

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

 GREEN value IS 50 (19.92% from 255) = 32.26%

 BLUE value IS 89 (35.16% from 255) = 57.42%

R = 10.32%
G = 32.26%
B = 57.42%

CMYK

 C value IS 0.82

 M value IS 0.44

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#103259 (or 0x103259) is known color: Prussian Blue. HEX triplet: 10, 32 and 59. RGB value is (16,50,89). Sum of RGB (Red+Green+Blue) = 16+50+89=155 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.32% from 155); Green value is 50 (19.92% from 255 or 32.26% from 155); Blue value is 89 (35.16% from 255 or 57.42% from 155); Max value from RGB is 89 - color contains mainly: blue. Hex color #103259 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103259 is #EFCDA6. Grayscale: #2C2C2C. Windows color (decimal): -15715751 or 5845520. OLE color: 5845520.

HSL color Cylindrical-coordinate representation of color #103259: hue angle of 212.05º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #103259 is Cyan = 0.82, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 16 50 89 -
CMYK 0.82 0.44 0 0.65
HSL 212.05º 0.7% 0.21% -
HSV(B) 212.05º 0.82% 0.35% -
XYZ 3.16 3.11 9.89 -
YUV 44.28 153.24 107.83 -
System Red Green Blue C M Y K H S L
Decimal 16 50 89 0.82 0.44 0 0.65 212.05 0.7 0.21
Hex 10 32 59 52 2C 0 41 D4 46 15
Octal 20 62 131 122 54 0 101 324 106 25
Binary 10000 110010 1011001 1010010 101100 0 1000001 11010100 1000110 10101

Color Harmonies of #103259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103259

Black with #103259

Text Example


Text Example

White with #103259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103259; }

 p { color: rgb(16,50,89); }

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

background-color css

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

 a { background-color: rgb(16,50,89); }

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

border-color css

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

 span { border-color: rgb(16,50,89); }

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