Html Css Color HEX #05305D Prussian Blue

📋 copy color: '#05305D'

red 5 ◦ green 48 ◦ blue 93

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

Shades of Prussian Blue #05305D

Tints of Prussian Blue #05305D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 63.7%

R = 3.42%
G = 32.88%
B = 63.7%

CMYK

 C value IS 0.95

 M value IS 0.48

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#05305D (or 0x05305D) is known color: Prussian Blue. HEX triplet: 05, 30 and 5D. RGB value is (5,48,93). Sum of RGB (Red+Green+Blue) = 5+48+93=146 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.42% from 146); Green value is 48 (19.14% from 255 or 32.88% from 146); Blue value is 93 (36.72% from 255 or 63.70% from 146); Max value from RGB is 93 - color contains mainly: blue. Hex color #05305D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05305D is #FACFA2. Grayscale: #282828. Windows color (decimal): -16437155 or 6107141. OLE color: 6107141.

HSL color Cylindrical-coordinate representation of color #05305D: hue angle of 210.68º 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 #05305D is Cyan = 0.95, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 5 48 93 -
CMYK 0.95 0.48 0 0.64
HSL 210.68º 0.9% 0.19% -
HSV(B) 210.68º 0.95% 0.36% -
XYZ 3.1 2.94 10.76 -
YUV 40.27 157.75 102.84 -
System Red Green Blue C M Y K H S L
Decimal 5 48 93 0.95 0.48 0 0.64 210.68 0.9 0.19
Hex 5 30 5D 5F 30 0 40 D3 5A 13
Octal 5 60 135 137 60 0 100 323 132 23
Binary 101 110000 1011101 1011111 110000 0 1000000 11010011 1011010 10011

Color Harmonies of #05305D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05305D

Black with #05305D

Text Example


Text Example

White with #05305D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05305D; }

 p { color: rgb(5,48,93); }

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

background-color css

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

 a { background-color: rgb(5,48,93); }

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

border-color css

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

 span { border-color: rgb(5,48,93); }

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