Html Css Color HEX #05386D Prussian Blue

📋 copy color: '#05386D'

red 5 ◦ green 56 ◦ blue 109

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

Shades of Prussian Blue #05386D

Tints of Prussian Blue #05386D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 32.94%

 BLUE value IS 109 (42.97% from 255) = 64.12%

R = 2.94%
G = 32.94%
B = 64.12%

CMYK

 C value IS 0.95

 M value IS 0.49

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#05386D (or 0x05386D) is known color: Prussian Blue. HEX triplet: 05, 38 and 6D. RGB value is (5,56,109). Sum of RGB (Red+Green+Blue) = 5+56+109=170 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.94% from 170); Green value is 56 (22.27% from 255 or 32.94% from 170); Blue value is 109 (42.97% from 255 or 64.12% from 170); Max value from RGB is 109 - color contains mainly: blue. Hex color #05386D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05386D is #FAC792. Grayscale: #2E2E2E. Windows color (decimal): -16435091 or 7157765. OLE color: 7157765.

HSL color Cylindrical-coordinate representation of color #05386D: hue angle of 210.58º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05386D is Cyan = 0.95, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 5 56 109 -
CMYK 0.95 0.49 0 0.57
HSL 210.58º 0.91% 0.22% -
HSV(B) 210.58º 0.95% 0.43% -
XYZ 4.24 3.96 15.01 -
YUV 46.79 163.1 98.19 -
System Red Green Blue C M Y K H S L
Decimal 5 56 109 0.95 0.49 0 0.57 210.58 0.91 0.22
Hex 5 38 6D 5F 31 0 39 D3 5B 16
Octal 5 70 155 137 61 0 71 323 133 26
Binary 101 111000 1101101 1011111 110001 0 111001 11010011 1011011 10110

Color Harmonies of #05386D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05386D

Black with #05386D

Text Example


Text Example

White with #05386D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,56,109); }

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

background-color css

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

 a { background-color: rgb(5,56,109); }

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

border-color css

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

 span { border-color: rgb(5,56,109); }

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