Html Css Color HEX #05345D Prussian Blue

📋 copy color: '#05345D'

red 5 ◦ green 52 ◦ blue 93

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

Shades of Prussian Blue #05345D

Tints of Prussian Blue #05345D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 34.67%

 BLUE value IS 93 (36.72% from 255) = 62%

R = 3.33%
G = 34.67%
B = 62%

CMYK

 C value IS 0.95

 M value IS 0.44

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#05345D (or 0x05345D) is known color: Prussian Blue. HEX triplet: 05, 34 and 5D. RGB value is (5,52,93). Sum of RGB (Red+Green+Blue) = 5+52+93=150 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.33% from 150); Green value is 52 (20.70% from 255 or 34.67% from 150); Blue value is 93 (36.72% from 255 or 62% from 150); Max value from RGB is 93 - color contains mainly: blue. Hex color #05345D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05345D is #FACBA2. Grayscale: #2A2A2A. Windows color (decimal): -16436131 or 6108165. OLE color: 6108165.

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

Color convert

RGB 5 52 93 -
CMYK 0.95 0.44 0 0.64
HSL 207.95º 0.9% 0.19% -
HSV(B) 207.95º 0.95% 0.36% -
XYZ 3.27 3.28 10.82 -
YUV 42.62 156.43 101.17 -
System Red Green Blue C M Y K H S L
Decimal 5 52 93 0.95 0.44 0 0.64 207.95 0.9 0.19
Hex 5 34 5D 5F 2C 0 40 D0 5A 13
Octal 5 64 135 137 54 0 100 320 132 23
Binary 101 110100 1011101 1011111 101100 0 1000000 11010000 1011010 10011

Color Harmonies of #05345D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05345D

Black with #05345D

Text Example


Text Example

White with #05345D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,52,93); }

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

background-color css

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

 a { background-color: rgb(5,52,93); }

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

border-color css

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

 span { border-color: rgb(5,52,93); }

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