Html Css Color HEX #05386E Prussian Blue

📋 copy color: '#05386E'

red 5 ◦ green 56 ◦ blue 110

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

Shades of Prussian Blue #05386E

Tints of Prussian Blue #05386E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 64.33%

R = 2.92%
G = 32.75%
B = 64.33%

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

#05386E (or 0x05386E) is known color: Prussian Blue. HEX triplet: 05, 38 and 6E. RGB value is (5,56,110). Sum of RGB (Red+Green+Blue) = 5+56+110=171 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.92% from 171); Green value is 56 (22.27% from 255 or 32.75% from 171); Blue value is 110 (43.36% from 255 or 64.33% from 171); Max value from RGB is 110 - color contains mainly: blue. Hex color #05386E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05386E is #FAC791. Grayscale: #2E2E2E. Windows color (decimal): -16435090 or 7223301. OLE color: 7223301.

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

Color convert

RGB 5 56 110 -
CMYK 0.95 0.49 0 0.57
HSL 210.86º 0.91% 0.23% -
HSV(B) 210.86º 0.95% 0.43% -
XYZ 4.29 3.99 15.3 -
YUV 46.91 163.6 98.11 -
System Red Green Blue C M Y K H S L
Decimal 5 56 110 0.95 0.49 0 0.57 210.86 0.91 0.23
Hex 5 38 6E 5F 31 0 39 D3 5B 17
Octal 5 70 156 137 61 0 71 323 133 27
Binary 101 111000 1101110 1011111 110001 0 111001 11010011 1011011 10111

Color Harmonies of #05386E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05386E

Black with #05386E

Text Example


Text Example

White with #05386E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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