Html Css Color HEX #05346A Prussian Blue

📋 copy color: '#05346A'

red 5 ◦ green 52 ◦ blue 106

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

Shades of Prussian Blue #05346A

Tints of Prussian Blue #05346A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 65.03%

R = 3.07%
G = 31.9%
B = 65.03%

CMYK

 C value IS 0.95

 M value IS 0.51

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#05346A (or 0x05346A) is known color: Prussian Blue. HEX triplet: 05, 34 and 6A. RGB value is (5,52,106). Sum of RGB (Red+Green+Blue) = 5+52+106=163 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.07% from 163); Green value is 52 (20.70% from 255 or 31.90% from 163); Blue value is 106 (41.80% from 255 or 65.03% from 163); Max value from RGB is 106 - color contains mainly: blue. Hex color #05346A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05346A is #FACB95. Grayscale: #2B2B2B. Windows color (decimal): -16436118 or 6960133. OLE color: 6960133.

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

Color convert

RGB 5 52 106 -
CMYK 0.95 0.51 0 0.58
HSL 212.08º 0.91% 0.22% -
HSV(B) 212.08º 0.95% 0.42% -
XYZ 3.89 3.53 14.11 -
YUV 44.1 162.93 100.11 -
System Red Green Blue C M Y K H S L
Decimal 5 52 106 0.95 0.51 0 0.58 212.08 0.91 0.22
Hex 5 34 6A 5F 33 0 3A D4 5B 16
Octal 5 64 152 137 63 0 72 324 133 26
Binary 101 110100 1101010 1011111 110011 0 111010 11010100 1011011 10110

Color Harmonies of #05346A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05346A

Black with #05346A

Text Example


Text Example

White with #05346A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05346A; }

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

 H1.HeaderClassName
 {
   color: #05346A;
 }
 .AnyTagClassName
 {
   color: #05346A;
 }
</style>

background-color css

<style>
 a { background-color: #05346A; }

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

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

border-color css

<style>
 span { border-color: #05346A; }

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

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