Html Css Color HEX #103058 Prussian Blue

📋 copy color: '#103058'

red 16 ◦ green 48 ◦ blue 88

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

Shades of Prussian Blue #103058

Tints of Prussian Blue #103058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 57.89%

R = 10.53%
G = 31.58%
B = 57.89%

CMYK

 C value IS 0.82

 M value IS 0.45

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#103058 (or 0x103058) is known color: Prussian Blue. HEX triplet: 10, 30 and 58. RGB value is (16,48,88). Sum of RGB (Red+Green+Blue) = 16+48+88=152 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.53% from 152); Green value is 48 (19.14% from 255 or 31.58% from 152); Blue value is 88 (34.77% from 255 or 57.89% from 152); Max value from RGB is 88 - color contains mainly: blue. Hex color #103058 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103058 is #EFCFA7. Grayscale: #2A2A2A. Windows color (decimal): -15716264 or 5779472. OLE color: 5779472.

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

Color convert

RGB 16 48 88 -
CMYK 0.82 0.45 0 0.65
HSL 213.33º 0.69% 0.2% -
HSV(B) 213.33º 0.82% 0.35% -
XYZ 3.03 2.93 9.64 -
YUV 42.99 153.4 108.75 -
System Red Green Blue C M Y K H S L
Decimal 16 48 88 0.82 0.45 0 0.65 213.33 0.69 0.2
Hex 10 30 58 52 2D 0 41 D5 45 14
Octal 20 60 130 122 55 0 101 325 105 24
Binary 10000 110000 1011000 1010010 101101 0 1000001 11010101 1000101 10100

Color Harmonies of #103058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103058

Black with #103058

Text Example


Text Example

White with #103058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103058; }

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

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

background-color css

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

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

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

border-color css

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

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

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