Html Css Color HEX #05305B Prussian Blue

📋 copy color: '#05305B'

red 5 ◦ green 48 ◦ blue 91

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

Shades of Prussian Blue #05305B

Tints of Prussian Blue #05305B

RGB

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

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

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

R = 3.47%
G = 33.33%
B = 63.19%

CMYK

 C value IS 0.95

 M value IS 0.47

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#05305B (or 0x05305B) is known color: Prussian Blue. HEX triplet: 05, 30 and 5B. RGB value is (5,48,91). Sum of RGB (Red+Green+Blue) = 5+48+91=144 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.47% from 144); Green value is 48 (19.14% from 255 or 33.33% from 144); Blue value is 91 (35.94% from 255 or 63.19% from 144); Max value from RGB is 91 - color contains mainly: blue. Hex color #05305B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05305B is #FACFA4. Grayscale: #272727. Windows color (decimal): -16437157 or 5976069. OLE color: 5976069.

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

Color convert

RGB 5 48 91 -
CMYK 0.95 0.47 0 0.64
HSL 210º 0.9% 0.19% -
HSV(B) 210º 0.95% 0.36% -
XYZ 3.01 2.9 10.3 -
YUV 40.05 156.75 103 -
System Red Green Blue C M Y K H S L
Decimal 5 48 91 0.95 0.47 0 0.64 210 0.9 0.19
Hex 5 30 5B 5F 2F 0 40 D2 5A 13
Octal 5 60 133 137 57 0 100 322 132 23
Binary 101 110000 1011011 1011111 101111 0 1000000 11010010 1011010 10011

Color Harmonies of #05305B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05305B

Black with #05305B

Text Example


Text Example

White with #05305B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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