Html Css Color HEX #05315B Prussian Blue

📋 copy color: '#05315B'

red 5 ◦ green 49 ◦ blue 91

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

Shades of Prussian Blue #05315B

Tints of Prussian Blue #05315B

RGB

 RED value IS 5 (2.34% from 255) = 3.45%

 GREEN value IS 49 (19.53% from 255) = 33.79%

 BLUE value IS 91 (35.94% from 255) = 62.76%

R = 3.45%
G = 33.79%
B = 62.76%

CMYK

 C value IS 0.95

 M value IS 0.46

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#05315B (or 0x05315B) is known color: Prussian Blue. HEX triplet: 05, 31 and 5B. RGB value is (5,49,91). Sum of RGB (Red+Green+Blue) = 5+49+91=145 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.45% from 145); Green value is 49 (19.53% from 255 or 33.79% from 145); Blue value is 91 (35.94% from 255 or 62.76% from 145); Max value from RGB is 91 - color contains mainly: blue. Hex color #05315B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05315B is #FACEA4. Grayscale: #282828. Windows color (decimal): -16436901 or 5976325. OLE color: 5976325.

HSL color Cylindrical-coordinate representation of color #05315B: hue angle of 209.3º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05315B is Cyan = 0.95, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 5 49 91 -
CMYK 0.95 0.46 0 0.64
HSL 209.3º 0.9% 0.19% -
HSV(B) 209.3º 0.95% 0.36% -
XYZ 3.05 2.98 10.31 -
YUV 40.63 156.42 102.58 -
System Red Green Blue C M Y K H S L
Decimal 5 49 91 0.95 0.46 0 0.64 209.3 0.9 0.19
Hex 5 31 5B 5F 2E 0 40 D1 5A 13
Octal 5 61 133 137 56 0 100 321 132 23
Binary 101 110001 1011011 1011111 101110 0 1000000 11010001 1011010 10011

Color Harmonies of #05315B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05315B

Black with #05315B

Text Example


Text Example

White with #05315B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05315B; }

 p { color: rgb(5,49,91); }

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

background-color css

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

 a { background-color: rgb(5,49,91); }

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

border-color css

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

 span { border-color: rgb(5,49,91); }

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