Html Css Color HEX #103059 Prussian Blue

📋 copy color: '#103059'

red 16 ◦ green 48 ◦ blue 89

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

Shades of Prussian Blue #103059

Tints of Prussian Blue #103059

RGB

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

 GREEN value IS 48 (19.14% from 255) = 31.37%

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

R = 10.46%
G = 31.37%
B = 58.17%

CMYK

 C value IS 0.82

 M value IS 0.46

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#103059 (or 0x103059) is known color: Prussian Blue. HEX triplet: 10, 30 and 59. RGB value is (16,48,89). Sum of RGB (Red+Green+Blue) = 16+48+89=153 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.46% from 153); Green value is 48 (19.14% from 255 or 31.37% from 153); Blue value is 89 (35.16% from 255 or 58.17% from 153); Max value from RGB is 89 - color contains mainly: blue. Hex color #103059 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103059 is #EFCFA6. Grayscale: #2A2A2A. Windows color (decimal): -15716263 or 5845008. OLE color: 5845008.

HSL color Cylindrical-coordinate representation of color #103059: hue angle of 213.7º 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 #103059 is Cyan = 0.82, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 16 48 89 -
CMYK 0.82 0.46 0 0.65
HSL 213.7º 0.7% 0.21% -
HSV(B) 213.7º 0.82% 0.35% -
XYZ 3.07 2.95 9.86 -
YUV 43.11 153.9 108.67 -
System Red Green Blue C M Y K H S L
Decimal 16 48 89 0.82 0.46 0 0.65 213.7 0.7 0.21
Hex 10 30 59 52 2E 0 41 D6 46 15
Octal 20 60 131 122 56 0 101 326 106 25
Binary 10000 110000 1011001 1010010 101110 0 1000001 11010110 1000110 10101

Color Harmonies of #103059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103059

Black with #103059

Text Example


Text Example

White with #103059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103059; }

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

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

background-color css

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

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

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

border-color css

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

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

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