Html Css Color HEX #05386C Prussian Blue

📋 copy color: '#05386C'

red 5 ◦ green 56 ◦ blue 108

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

Shades of Prussian Blue #05386C

Tints of Prussian Blue #05386C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 63.91%

R = 2.96%
G = 33.14%
B = 63.91%

CMYK

 C value IS 0.95

 M value IS 0.48

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#05386C (or 0x05386C) is known color: Prussian Blue. HEX triplet: 05, 38 and 6C. RGB value is (5,56,108). Sum of RGB (Red+Green+Blue) = 5+56+108=169 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.96% from 169); Green value is 56 (22.27% from 255 or 33.14% from 169); Blue value is 108 (42.58% from 255 or 63.91% from 169); Max value from RGB is 108 - color contains mainly: blue. Hex color #05386C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05386C is #FAC793. Grayscale: #2E2E2E. Windows color (decimal): -16435092 or 7092229. OLE color: 7092229.

HSL color Cylindrical-coordinate representation of color #05386C: hue angle of 210.29º 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 #05386C is Cyan = 0.95, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 5 56 108 -
CMYK 0.95 0.48 0 0.58
HSL 210.29º 0.91% 0.22% -
HSV(B) 210.29º 0.95% 0.42% -
XYZ 4.18 3.94 14.73 -
YUV 46.68 162.6 98.27 -
System Red Green Blue C M Y K H S L
Decimal 5 56 108 0.95 0.48 0 0.58 210.29 0.91 0.22
Hex 5 38 6C 5F 30 0 3A D2 5B 16
Octal 5 70 154 137 60 0 72 322 133 26
Binary 101 111000 1101100 1011111 110000 0 111010 11010010 1011011 10110

Color Harmonies of #05386C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05386C

Black with #05386C

Text Example


Text Example

White with #05386C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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