Html Css Color HEX #05306B Prussian Blue

📋 copy color: '#05306B'

red 5 ◦ green 48 ◦ blue 107

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

Shades of Prussian Blue #05306B

Tints of Prussian Blue #05306B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 66.88%

R = 3.13%
G = 30%
B = 66.88%

CMYK

 C value IS 0.95

 M value IS 0.55

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#05306B (or 0x05306B) is known color: Prussian Blue. HEX triplet: 05, 30 and 6B. RGB value is (5,48,107). Sum of RGB (Red+Green+Blue) = 5+48+107=160 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.12% from 160); Green value is 48 (19.14% from 255 or 30% from 160); Blue value is 107 (42.19% from 255 or 66.88% from 160); Max value from RGB is 107 - color contains mainly: blue. Hex color #05306B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05306B is #FACF94. Grayscale: #292929. Windows color (decimal): -16437141 or 7024645. OLE color: 7024645.

HSL color Cylindrical-coordinate representation of color #05306B: hue angle of 214.71º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05306B is Cyan = 0.95, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 5 48 107 -
CMYK 0.95 0.55 0 0.58
HSL 214.71º 0.91% 0.22% -
HSV(B) 214.71º 0.95% 0.42% -
XYZ 3.77 3.21 14.33 -
YUV 41.87 164.75 101.7 -
System Red Green Blue C M Y K H S L
Decimal 5 48 107 0.95 0.55 0 0.58 214.71 0.91 0.22
Hex 5 30 6B 5F 37 0 3A D7 5B 16
Octal 5 60 153 137 67 0 72 327 133 26
Binary 101 110000 1101011 1011111 110111 0 111010 11010111 1011011 10110

Color Harmonies of #05306B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05306B

Black with #05306B

Text Example


Text Example

White with #05306B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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