Html Css Color HEX #05305E Prussian Blue

📋 copy color: '#05305E'

red 5 ◦ green 48 ◦ blue 94

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

Shades of Prussian Blue #05305E

Tints of Prussian Blue #05305E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 63.95%

R = 3.4%
G = 32.65%
B = 63.95%

CMYK

 C value IS 0.95

 M value IS 0.49

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#05305E (or 0x05305E) is known color: Prussian Blue. HEX triplet: 05, 30 and 5E. RGB value is (5,48,94). Sum of RGB (Red+Green+Blue) = 5+48+94=147 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.40% from 147); Green value is 48 (19.14% from 255 or 32.65% from 147); Blue value is 94 (37.11% from 255 or 63.95% from 147); Max value from RGB is 94 - color contains mainly: blue. Hex color #05305E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05305E is #FACFA1. Grayscale: #282828. Windows color (decimal): -16437154 or 6172677. OLE color: 6172677.

HSL color Cylindrical-coordinate representation of color #05305E: hue angle of 211.01º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05305E is Cyan = 0.95, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 5 48 94 -
CMYK 0.95 0.49 0 0.63
HSL 211.01º 0.9% 0.19% -
HSV(B) 211.01º 0.95% 0.37% -
XYZ 3.14 2.95 10.99 -
YUV 40.39 158.25 102.76 -
System Red Green Blue C M Y K H S L
Decimal 5 48 94 0.95 0.49 0 0.63 211.01 0.9 0.19
Hex 5 30 5E 5F 31 0 3F D3 5A 13
Octal 5 60 136 137 61 0 77 323 132 23
Binary 101 110000 1011110 1011111 110001 0 111111 11010011 1011010 10011

Color Harmonies of #05305E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05305E

Black with #05305E

Text Example


Text Example

White with #05305E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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