Html Css Color HEX #05385C Prussian Blue

📋 copy color: '#05385C'

red 5 ◦ green 56 ◦ blue 92

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

Shades of Prussian Blue #05385C

Tints of Prussian Blue #05385C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 60.13%

R = 3.27%
G = 36.6%
B = 60.13%

CMYK

 C value IS 0.95

 M value IS 0.39

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#05385C (or 0x05385C) is known color: Prussian Blue. HEX triplet: 05, 38 and 5C. RGB value is (5,56,92). Sum of RGB (Red+Green+Blue) = 5+56+92=153 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.27% from 153); Green value is 56 (22.27% from 255 or 36.60% from 153); Blue value is 92 (36.33% from 255 or 60.13% from 153); Max value from RGB is 92 - color contains mainly: blue. Hex color #05385C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05385C is #FAC7A3. Grayscale: #2C2C2C. Windows color (decimal): -16435108 or 6043653. OLE color: 6043653.

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

Color convert

RGB 5 56 92 -
CMYK 0.95 0.39 0 0.64
HSL 204.83º 0.9% 0.19% -
HSV(B) 204.83º 0.95% 0.36% -
XYZ 3.41 3.63 10.65 -
YUV 44.86 154.6 99.57 -
System Red Green Blue C M Y K H S L
Decimal 5 56 92 0.95 0.39 0 0.64 204.83 0.9 0.19
Hex 5 38 5C 5F 27 0 40 CD 5A 13
Octal 5 70 134 137 47 0 100 315 132 23
Binary 101 111000 1011100 1011111 100111 0 1000000 11001101 1011010 10011

Color Harmonies of #05385C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05385C

Black with #05385C

Text Example


Text Example

White with #05385C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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